リポジトリにあるパッケージの無人インストール用のスクリプトを書いています。これはDebianのマークされた設定ファイルの1つを含むソフトウェアパッケージです。新しい構成ファイルを受け入れるようにapt-get
/に渡すことができるオプションはありaptitude
ますか?
基本的に私はapt
/ aptitude
同等のものが必要です dpkg --force-confnew
apt-get
Yでインストールしている間に提示された次の質問に答える必要があります
設定ファイル `` / opt / application / conf / XXX.conf` '
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : background this process to examine the
The default action is to keep your current version.
追加情報:
また、sudo
コマンドを実行するためにパスワードをパイプで渡します
echo "mysudopass"|sudo -S apt-get mypackage
これは、インストールが構成の対話段階にあるときに、インストール中のエラーにフラグを立てています。
Ubuntu 10.04
aptバージョン:apt 0.7.25.3を使用しています
使用できない理由dpkg
:これらのDebianはRepoからインストールする必要があり、マシンにローカルDebianがありません