dpkg-reconfigure 란 무엇이며 dpkg --configure와 어떻게 다릅니 까?


18

최근에 다른 질문에 대한 답변을 받았습니다. 도움말 :“apted”가 CPU를 최대로 사용합니까? 여기에는 명령 실행이 포함됩니다

sudo dpkg-reconfigure -phigh -a 

sudo dpkg --configure -a

모든 것이 합리적으로 보이지만 몇 가지가 궁금합니다.

무엇 dpkg-reconfigure과 무엇을 할 -phigh -a플래그는 말인가요?

어떻게 다른 dpkg --configure가요?

답변:


16

에서 man dpkg

   --configure package...|-a|--pending
          Configure a package which has been unpacked but not yet  config‐
          ured.   If  -a  or  --pending  is  given instead of package, all
          unpacked but unconfigured packages are configured.

          Configuring consists of the following steps:

          1.  Unpack  the  conffiles, and at the same time back up the old
          conffiles, so that they can be restored if something goes wrong.

          2. Run postinst script, if provided by the package.

에서 man dpkg-reconfigure

   dpkg-reconfigure - reconfigure an already installed package

   -pvalue, --priority=value
       Specify the minimum priority of question that will be displayed.
       dpkg-reconfigure normally shows low priority questions no matter
       what your default priority is. See debconf(7) for a list.

   -a, --all
       Reconfigure all installed packages that use debconf. Warning: this
       may take a long time.

여기에 dpkg --configure -a모든 압축을 푼하지만 구성되지 않은 패키지를 구성합니다. 반면 우선 순위가 높은 dpkg-reconfigure -phigh -a설치된 모든 패키지를 재구성합니다 debconf.


3
"-a" "-all"옵션은 16.04에서 사용하려고 시도한 결과 15.10 릴리스부터 사용할 수 없습니다. askubuntu.com/questions/775328/…
linux64kb

1
그래도 여전히 혼란 스러워요. dpkg-reconfigure가 패키지를 "재구성"할 때 정확히 무엇을합니까? : 나는이 사이트에 때 dpkg-재구성을 말한다 첫 번째 대답했다 superuser.com/questions/1153203/...을 . 재구성시 resolvconf는 어떻게됩니까?
Samuel L.
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.