← Back to team overview

touch-packages team mailing list archive

[Bug 1463672] Re: -a and -all swith for dpkg-reconfigure do not work under 15.04

 

Instead of using the following command as it fails with unrecognised
--all option:

> dpkg-reconfigure --priority low --all

Can we use this workaround?

> for i in `dpkg --get-selections | grep "install" | cut -f1` ; do dpkg-
reconfigure --priority low $i ; done

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to debconf in Ubuntu.
https://bugs.launchpad.net/bugs/1463672

Title:
  -a and -all swith for dpkg-reconfigure do not work under 15.04

Status in debconf package in Ubuntu:
  New

Bug description:

  I - release
  masterkey:~$ lsb_release -rd
  Description:	Ubuntu 15.04
  Release:	15.04

  2
  masterkey:~$ apt-cache policy dpkg
  dpkg:
    Installed: 1.17.25ubuntu1
    Candidate: 1.17.25ubuntu1
    Version table:
   *** 1.17.25ubuntu1 0
          500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
          100 /var/lib/dpkg/status

  
  3 Expect all switch to work 

  4 - Doesn't work
  masterkey:~$ sudo dpkg-reconfigure -phigh -a
  Unknown option: a
  Usage: dpkg-reconfigure [options] packages
    -u,  --unseen-only		Show only not yet seen questions.
         --default-priority	Use default priority instead of low.
         --force			Force reconfiguration of broken packages.
         --no-reload		Do not reload templates. (Use with caution.)
    -f,  --frontend		Specify debconf frontend to use.
    -p,  --priority		Specify minimum priority question to show.
         --terse			Enable terse mode.
  masterkey:~$ sudo dpkg-reconfigure -phigh --all
  Unknown option: all
  Usage: dpkg-reconfigure [options] packages
    -u,  --unseen-only		Show only not yet seen questions.
         --default-priority	Use default priority instead of low.
         --force			Force reconfiguration of broken packages.
         --no-reload		Do not reload templates. (Use with caution.)
    -f,  --frontend		Specify debconf frontend to use.
    -p,  --priority		Specify minimum priority question to show.
         --terse			Enable terse mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/1463672/+subscriptions


References