Answers for "unable to correct problems you have held broken packages ubuntu 20.04"

1

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 <package name>
Posted by: Guest on December-04-2020

Code answers related to "unable to correct problems you have held broken packages ubuntu 20.04"

Browse Popular Code Answers by Language