Daily commands #1: Remove a package

This is how you remove a package using the terminal like a boss

sudo apt-get purge htop

If you don’t want to remove config files (app update maybe) use

sudo apt-get remove htop

via @cotalinux

Written on June 9, 2015