0

I've been wondering for a while now what the optimal way of deleting and removing packages and software is. What I always do is sudo apt remove package and straight after I do sudo apt autoremove to get rid of the redundant files.

My question to you is: Is there a better way than the one I'm using and if so what is it?

1 Answers1

2

If said software saves settings then simply removing it often do not remove the settings folder.

Instead you can use: sudo apt purge package

ChanganAuto
  • 1,670
  • 8
  • 14
  • 21