apt-get安装与卸载 //删除软件,保留配置文件apt-get remove <package> //删除软件,不保留配置文件apt-get --purge remove <package> ...