我克隆了一个 Ubunutu 12.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
做这个工作?
问候,t书
答案1
是的,您可以删除这些包:
apt-get remove <package-name>
请注意,如果您添加该选项,--purge
您也将删除配置文件。