[15:45] i am reading about **apt** vs **apt-get**... (full message at ) [15:45] * i am reading about **apt** vs **apt-get**... (full message at ) [15:46] - sudo apt-get --purge remove packagename [15:46] is unecessary? [15:46] - sudo apt --purge remove packagename [15:46] does the same thing? [15:47] * - **sudo apt-get --purge remove packagename** [15:47] is unecessary? [15:47] - **sudo apt --purge remove packagename** [15:47] does the same thing? [15:48] "apt" is more for doing regular tasks whereas "apt-get" is more for scripting. They do the same thing, but if you're just running from the command line, "apt" has a better user-facing frontend. [15:50] Eickmeyer: got it! [15:50] "apt-get" as you said is for complex commands and scripting. [15:50] For general purpose command line usage apt is enough! [15:50] https://sourcedigit.com/27096-apt-get-purge-autoremove-apt-get-purge-remove-dependencies/ [15:50] why does this article have "apt-get". Old habits? [15:50] Exactly. [15:51] Might even be an old article. [15:53] June 8, 2022 [15:53] old habits 😆