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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1463672

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to