Horje
Unable to correct problems, you have held broken packages Code Example
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 <package name>



unable to correct problems you have held broken packages npm
# If you are getting unmet dependency issues this may help
# I got this issue while trying to install npm

sudo apt-get install aptitude
sudo aptitude install <package name>




Shell

Related
install youtube-dl ubuntu 20.04 Code Example install youtube-dl ubuntu 20.04 Code Example
what is my gnome shell version Code Example what is my gnome shell version Code Example
systemctl restart apache Code Example systemctl restart apache Code Example
edit hosts file mac terminal Code Example edit hosts file mac terminal Code Example
open ubuntu etch host Code Example open ubuntu etch host Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
19