我克隆了一个Ubunut12.04虚拟服务器。原始服务器使用Nagios进行apache监视,amanda客户端用于备份。在克隆上,我希望禁用这两个服务。最好的办法是什么?(安装是别人做的,从未使用过)
dpkg -l | grep nagios
dpkg -l | grep amanda给我
ii he-nagios 0.5-4 Host Europe Nagios Package
ii nagios-plugins 1.4.15-5ubuntu3.2 Plugins for nagios compatible monitoring systems (metapackage)
ii nagios-plugins-basic 1.4.15-5ubuntu3.2 Plugins for nagios compatible monitoring systems
ii nagios-plugins-standard 1.4.15-5ubuntu3.2 Plugins for nagios compatible monitoring systems
ii he-amanda-client 1.0-1 Advanced Maryland Automatic Network Disk Archiver (Client)
ii he-amanda-common 1.0-1 Advanced Maryland Automatic Network Disk Archiver (Libs)
ii he-amanda-restore 1.0-1 Restoretool for he-amanda-client威尔·菲。
apt-get --purge remove he-nagios做这份工作?
好心的问候,我的书
发布于 2014-02-20 12:03:22
是的,您可以删除包:
apt-get remove <package-name>注意,如果添加选项--purge,也将删除配置文件。
https://serverfault.com/questions/577000
复制相似问题