Highlight of my Morning
Highlight of my Morning
apt-get is so old it officially misses packages that apt… gets.
apt-get is supposed to be the script-safe variant, i.e. I'd imagine it's the more stable of the two.
It’s actually just personal experience, but I stopped using apt-get a few years back now because I noticed if I did apt after apt-get there would often be a bunch of packages it missed.
Edit: looks like it might be because apt-get can’t satisfy dependencies install new packages when upgrading while apt can since apt is a suite of different apt tools rolled into one.
Wait what.
apt-get is made for scripting, apt is interactive. Both should resolve dependencies. dpkg does not resolve them.
But for interactive usage always use apt, guides using apt-get have no idea what they are doing