我一直在卸载应用程序以及使用命令删除或清除其配置文件apt-get --purge remove {package_name}
。
我在网上遇到过几篇文章,包括https://help.ubuntu.com/community/AptGet/Howto上的Ubuntu指南,该指南"This command completely removes a package and the associated configuration files. Configuration files residing in ~ are not usually affected by this command"
仅在使用命令时显示apt-get purge {package_name}
。
运行命令apt-get --purge remove {package_name}
和有什么区别apt-get purge {package_name}
吗?你为什么要用一个呢?
dpkg -l | grep '^rc' | awk '{print $2}' | xargs dpkg --purge
(来自help.ubuntu.com/community/AptGet/Howto的命令)从已删除的软件包中清除数据