I am trying to install a program on my Linux.
When running: sudo apt-get install nams I keep getting:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
linux-image-extra-4.4.0-71-generic :
Depends: linux-image-4.4.0-71-generic but it is not going to be installed
linux-image-generic :
Depends: linux-image-4.4.0-71-generic but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
I tried to fix it doing: sudo apt-get -f install
sudo apt-get update && sudo apt-get install nams.... – Knud Larsen Apr 13 '17 at 13:09sudo apt-get upgrade -fto upgrade packages and fix broken dependencies, or you can manually install the missing dependancysudo apt-get install linux-image-4.4.0-71-generic– Gansheim Apr 13 '17 at 15:46namssupposed to do ? "nams" is an unknown name / unknown application. Do you meannam? – Knud Larsen Apr 13 '17 at 18:29