卸载vsftpd出错 $ sudo apt remove vsftpd Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: vsftpd 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. 1 not fully ins
第一步,apt-get remove xxx :就是卸载xxx 或者 apt-get remove --purge xxx :卸载xxx并清除配置. 这两条命令对于依赖则是不管的.因为别的软件可能和此软件有相同的依赖,当然对依赖不能管了. 第二步,apt-get autoremove :就是来对付那些不再被“依赖”的包, 自动检测并删除他们(任何时候都可以执行此条命令). autoremove: is used to remove packages that were automatic