Horje
unable to correct problems you have held broken packages npm 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
docker log tail Code Example docker log tail Code Example
warning: unable to access '/Users/me/.config/git/attributes': Permission denied Code Example warning: unable to access '/Users/me/.config/git/attributes': Permission denied Code Example
bash for file in Code Example bash for file in Code Example
flutter Android SDK file not found Code Example flutter Android SDK file not found Code Example
shell for file in directory Code Example shell for file in directory Code Example

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