This feature was intentionally removed:
debconf (1.5.52) unstable; urgency=low
[Joey Hess]
* Remove dpkg-reconfigure -a, which existed only to accumulate bug
reports about bugs in other packages.
Closes: #721329, #664825, #558262, #617618, #707987
You can certainly use workarounds su
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 notifica