ubuntu 更新软件源 修改文件sources.list 位于/etc/apt/sources.list,并备份原文件为sources.list.bak deb http://mirrors.163.com/ubuntu/ precise main restricted deb-src http://mirrors.163.com/ubuntu/ precise main restricted deb http://mirrors.163.com/ubuntu/ precise-updates…
第一步,apt-get remove xxx :就是卸载xxx 或者 apt-get remove --purge xxx :卸载xxx并清除配置. 这两条命令对于依赖则是不管的.因为别的软件可能和此软件有相同的依赖,当然对依赖不能管了. 第二步,apt-get autoremove :就是来对付那些不再被“依赖”的包, 自动检测并删除他们(任何时候都可以执行此条命令). autoremove: is used to remove packages that were automatic…
第一步,apt-get remove xxx :就是卸载xxx 或者 apt-get remove --purge xxx :卸载xxx并清除配置. 这两条命令对于依赖则是不管的.因为别的软件可能和此软件有相同的依赖,当然对依赖不能管了. 第二步,apt-get autoremove :就是来对付那些不再被“依赖”的包, 自动检测并删除他们(任何时候都可以执行此条命令). autoremove: is used to remove packages that were automatic…