sudo apt install easytag
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:
easytag : Depends: libid3-3.8.3v5 but it is not installed
Recommends: yelp but it is not installed
libtag1v5 : Depends: libtag1v5-vanilla (= 1.9.1-2.4ubuntu1) but 1.11-1ubuntu2 is installed
E: Unmet dependencies. Try using -f.
sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
easytag : Depends: libid3-3.8.3v5 but it is not installed
Recommends: yelp but it is not installed
libtag1v5 : Depends: libtag1v5-vanilla (= 1.9.1-2.4ubuntu1) but 1.11-1ubuntu2 is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
I tried every command with no luck. sudo apt clean, sudo apt install -f, sudo apt install easytag. How can I Solve it?
0 Answers