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?
sudo apt autoremove [--purge] package
) and there are a few variations upon that. But that doesn't make them "best". Generally, "best" is the way that YOU understand and can remember how to use properly. "Best" might be different for me. – user535733 Dec 16 '21 at 01:06