Dpkg-reconfigure nedir ve dpkg --configure'dan farkı nedir?


Yanıtlar:


16

itibaren 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.

itibaren 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.

Burada dpkg --configure -atüm paketlenmemiş ancak yapılandırılmamış paketler yapılandırılacaktır. oysa yüksek öncelikli dpkg-reconfigure -phigh -akullanan tüm kurulu paketleri yeniden yapılandırır debconf.


3
Lütfen 16.04'te kullanmaya çalıştığım için "-a" "--all" seçeneklerinin 15.10 sürümünden itibaren kullanılamadığını unutmayın. askubuntu.com/questions/775328/…
linux64kb

1
Yine de biraz kafam karıştı. Peki dpkg-reconfigure "yeniden yapılandırdığında" pakete tam olarak ne yapar? Bu sitede dpkg-reconfigure yazan ilk cevabı gördüm: superuser.com/questions/1153203/… . Yeniden yapılandırıldığında resolvconf'a ne olur?
Samuel L.
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.