我需要自动安装一个包,其配置文件已存在于服务器上.
我正在寻找类似的东西:
apt-get install –yes –force-yes –keep-current-confs mysql-server
可能是一个愚蠢的问题,但我找不到这样的选择.
在
Raphael Hertzog’s Blog找到答案:
原文链接:https://www.f2er.com/ubuntu/348957.htmlapt-get install -o Dpkg::Options::="--force-confold" --force-yes -y MysqL-server
它是dpkg的配置角色,因此选择要保留的conf文件.