I've had numerous problems in the past where apt-get
fails to do something and gives a confusing reason why which doesn't help me solve the problem, but aptitude
guesses some alternative action that fixes things.
Should I always use aptitude
to avoid these problems in the first place? I'm just trying to understand whether there are drawbacks to the tool or I'm just missing some critical knowledge about using apt-get
that makes me prone to errors.
sudo apt-get update
before trying to install new packages or upgrade? – Arronical Jul 14 '15 at 14:00update
doesn't have anything to do with it.I'm asking about situations you can get into, especially when trying to install a package with a dependency that you have the incorrect version of, where
– jeversmann Jul 16 '15 at 05:21apt-get
doesn't know how to make changes and yetaptitude
can just solve the problem.