우리 저장소에있는 패키지의 무인 설치를위한 스크립트를 작성 중입니다. 데비안에서 표시된 구성 파일 중 하나가있는 소프트웨어 패키지입니다. 새 구성 파일을 허용 하도록 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
설치가 대화식 구성 단계에있을 때 설치 오류를 표시합니다.
우분투 10.04
apt 버전에 있습니다 : apt 0.7.25.3
내가 사용할 수없는 이유 dpkg
:이 데비안은 Repo에서 설치해야하며 컴퓨터에 로컬 데비안이 없습니다.