Shell/Bash: unable to correct problems, you have held broken packages Example
Shell/Bash Example: This is the "unable to correct problems, you have held broken packages" Example. compiled from many sources on the internet by SimpleTutorials.org
Unable to correct problems, you have held broken packages.
sudo apt-get install -f sudo dpkg --configure -a
Unable to correct problems, you have held broken packages
$ sudo dpkg --list then look for a package with the name of the one you're trying to install eg mysql and purge them by name. I repeat by name. $sudo apt-get purge
* Summary: This "unable to correct problems, you have held broken packages" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!