Dpkg: Difference between revisions

From DWIKI
(Created page with "=Links= *[https://linuxprograms.wordpress.com/2010/05/11/status-dpkg-list/ dpkg output explained] *[https://linuxprograms.wordpress.com/2010/05/12/remove-packages-marked-rc/ Remove packages marked '''rc''']")
 
mNo edit summary
Line 2: Line 2:
*[https://linuxprograms.wordpress.com/2010/05/11/status-dpkg-list/ dpkg output explained]
*[https://linuxprograms.wordpress.com/2010/05/11/status-dpkg-list/ dpkg output explained]
*[https://linuxprograms.wordpress.com/2010/05/12/remove-packages-marked-rc/ Remove packages marked '''rc''']
*[https://linuxprograms.wordpress.com/2010/05/12/remove-packages-marked-rc/ Remove packages marked '''rc''']
=FAQ=
==dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.==
If that fails/hangs kill the package causing it
dpkg --remove --force-remove-reinstreq <package>

Revision as of 10:54, 30 January 2025

Links


FAQ

dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

If that fails/hangs kill the package causing it

dpkg --remove --force-remove-reinstreq <package>