debconf-set-selections 后的清理-无需交互安装

debconf-set-selections 后的清理-无需交互安装

我在命令方面遇到了问题debconf-set-selections。在我的计算机上安装 percona 服务器后,root 密码位于几个缓存文件中。我不确定我是否可以删除这些文件或整个目录。

root@testing:/var/cache/debconf# grep -ir 'superpassword' .
./passwords.dat:Value: superpassword
./passwords.dat:Value: superpassword
./templates.dat-old:Default: superpassword
./templates.dat-old:Default: superpassword
./templates.dat:Default: superpassword
./templates.dat:Default: superpassword

所以我的问题是如何正确地从 root 密码中清除这些文件?

相关内容