I've used this post as a guideline: How can you completely remove a package?

More precisely i did in order:

sudo apt-get purge psensor

sudo apt-get autoremove

Is there anything else i should do to have psensor completely removed from my system (Ubuntu 16.04)?


Solution 1:

The commands to completely remove Psensor in your question are correct. Alternatively you can combine both commands in a single line like this:

sudo apt purge --auto-remove psensor