[cochiselinux] [article] apt remove vs apt purge: What’s the Difference?

  • From: Devi Garcia <asphyxiated.god@xxxxxxxxx>
  • To: CLUG List <cochiselinux@xxxxxxxxxxxxx>
  • Date: Wed, 23 Nov 2022 12:39:04 -0700

To uninstall an application in the Ubuntu terminal, you can use:

sudo apt remove package_name

But in various forums, you may come across the suggestion to use the apt purge command for removing applications completely.

This leaves you confused because using apt purge is quite similar to apt remove:

sudo apt purge package_name

So, why are there two similar commands for removing packages? What’s the difference between the two? Let me explain it to you with a few examples.




apt remove vs apt purge: What's the Difference?itsfoss.com


PNG image

Other related posts:

  • » [cochiselinux] [article] apt remove vs apt purge: What’s the Difference? - Devi Garcia