this post was submitted on 18 Jul 2023
606 points (92.4% liked)
Memes
45532 readers
1071 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I always thought apt and apt-get is the same thing so why type more when you can less?
But then again, I'm a linux noob that only uses distros like Ubuntu.
I also like the software center thing in Ubuntu because of GUI and... um... why do I see a bunch of people with pitchforks?
apt is a newer tool that combines the functionality of apt-get and apt-cache. It’s not as backwards compatible but has a nicer more human readable output
apt is a wrapper of a wrapper for dpkg.
That's like dnf is a wrapper for yum which is a wrapper for rpm.