ubuntu删除某软件的配置文件 发表评论 可以首先 apt remove package 然后 命令:dpkg -P package 这样配置文件就被重新删除了,我们重新安装的时候就可以生成最新的配置文件了。