3

I am upgrading to Wily atm and I noticed a lot of dependency problems, but removing anyway as you requested:. This doesn't sound too good, but as mentioned on this comment, I would assume that if a package is removed with a dependent package, that both packages would be removed. So was this also the case with the upgrade? Or did it leave dependency problems behind I should fix? If so, how do I fix them?


sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
Peter Raeves
  • 1,109
  • 4
  • 18
  • 34

1 Answers1

2

If there is no problem after starting sudo apt-get update -f all is fine. You have no dependency problems.

During the upgrade, a dependency has been removed. This problem has been removed by the further process again. This is a completely normal process. Sometimes something needs to be removed forcefully to perform an upgrade.

A.B.
  • 90,397