apt-get remove
does not remove all files, packages must be purged.
- using
aptitude
:sudo aptitude purge '~c'
- without
aptitude
:sudo dpkg -P $(dpkg -l | awk '/^rc/ { print($2) }')
~~~
Question, remark, bug? Don't hesitate to contact me or report a bug.