Blog
Paste
Ubuntu
Wiki
Linux
Forum
搜索
页面
讨论
源码
历史
简体
繁體
导航
首页
社区
当前事件
最近更改
随机页面
帮助
工具箱
链入页面
链出更改
特殊页面
个人工具
登录
出自Ubuntu中文
对
UbuntuSkills
的源码
根据以下的原因,您并无权限去做编辑这个页面:
该页面已被锁定以防止编辑。
您可以查看并复制此页面的源码:
=== 清除所有已删除包的残馀配置文件 === dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P 如果报如下错误,证明你的系统中没有残留配置文件了,无须担心。 ---- dpkg: --purge needs at least one package name argument Type dpkg --help for help about installing and deinstalling packages [*];<br> Use `dselect' or `aptitude' for user-friendly package management;<br> Type dpkg -Dhelp for a list of dpkg debug flag values;<br> Type dpkg --force-help for a list of forcing options;<br> Type dpkg-deb --help for help about manipulating *.deb files;<br> Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*].<br> Options marked [*] produce a lot of output - pipe it through `less' or `more' ! <br> ----
返回到
UbuntuSkills
。