how to remove compiled Citadel?
I used wget to install Citadel on my Pi (compiling the sources), now i want to uninstall it.
I tried:
sudo apt-get remove citadel-server
sudo apt-get purge citadel-server
but it doesn't work. I am a not an expert of linux.
Any solutions?
Solution 1:
A quick web search comes up with http://citadel.org/how_do_i_uninstall_citadel.html
Which says that in case of easy install you only need to delete following folders:
- /usr/local/citadel
- /usr/local/webcit
- /usr/local/ctdlsupport
You can use rm -r
to delete folders and their contents.