Apps :: apt-get remove dillo



I have a HD install and I want to remove dillo I did apt-get remove dillo as root and  it says dillo is not installed but I know it is. So anyone have any Ideas?

TIA
Vacendak

P.S. Samething with zile

Dillo is not installed a s a debian compliant package so you'll have to remove it manually. You'll find the binary in the /usr/local/bin directory. However, do this first. From xterm or xrvt window run
 updatedb      (this will update your locate database)  Then type
 locate dillo    (this will show you all the files that go with it) You'll have to remove these files also if you want to get rid of all traces.

Just remember that DSL is a customised Debain based distro, therefore not everything will co-operate with apt-get.

original here.