I installed cinnamon and then was trying to install other apps but as you can see on the picture, package brocken, any ideas how could this error be solved?
Thanks
I installed cinnamon and then was trying to install other apps but as you can see on the picture, package brocken, any ideas how could this error be solved?
Thanks
Check if you are using third party repositories. If so disable them, since they are a common source of problems.
To check if you are using third party repositories, go to System Settings → Software & Updates and select Other Software tab, and if you are really using third party repositories, disabe them:
Futhermore run the following command in a terminal: apt-get install -f
To do so, open your terminal and run the following command:
sudo apt-get install -f
More about: How do I resolve unmet dependencies after adding a PPA?
sudo apt-get install -f
is to correct a system with broken dependencies. If you want to remove "Independent" sources, the simpliest way is to remove them as in the image. Nothing more then simple. – Radu Rădeanu Nov 14 '13 at 09:58