hbriese/fancon

Uninstall (remove) instructions

deyspandan opened this issue · 1 comments

How can I cleanly remove fancon?

If installed as a package (Debian / Ubuntu):
sudo apt remove fancon

If install through compilation:
make install generates an 'install_manifest.txt' which list all the files installed.
Thus any program installed with make can be uninstalled with
sudo xargs rm < install_manifest.txt

Config files can be removed with:
sudo rm /etc/fancon.conf