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

2015-09-12 Thread Colin Watson
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

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

2015-09-11 Thread Movies Freak
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