Saturday, May 4, 2024
21
rated 0 times [  21] [ 0]  / answers: 1 / hits: 94736  / 2 Years ago, wed, july 13, 2022, 3:07:23

I have the message:



Error Broken count >0
Check if you are using third party repositories. If so disable them, since they are a common source of problems.
Furthermore run the following command in a Terminal: apt-get install -f
Details: The following packages have unmet dependencies:
firefox-globalmenu: Depends: firefox (= 19.0+build1-0ubuntu0.12.04.2) but 19.0+build1-0ubuntu0.12.04.1 is installed


Any suggestions?


More From » package-management

 Answers
2

As the message says, you might have bad repositories. You can either remove them, or remove all repositories and only keep the default ones.



Run:



gksu software-properties-gtk



This will open the software sources dialog. Click on "Other Software" and remove all third party repositories.



will be like this



After that, run this command and see if the problem has been solved:



sudo apt-get update && sudo apt-get install -f && sudo apt-get update

[#32388] Thursday, July 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ellter

Total Points: 311
Total Questions: 111
Total Answers: 117

Location: Lithuania
Member since Thu, Jul 14, 2022
2 Years ago
;