What exactly does apt do for us? More specifically what does it mean when someone says it manages package dependencies? Does this mean that if I am installing PackageA but PackageA requires PackageA1,PackageA2,PackageA3, and PackageA4. Then apt will download these for me?
Also does apt look for errors when downloading a package using the checksum??
I fail to see how this is a duplicate, so if someone can explain why that'd be great. The linked 'duplicate question' asks specifically about apt-get update/upgrade however there is far more to apt then just apt-get update such as apt-get install/remove/purge or apt-cache ...