PDA

View Full Version : How do you remove an application?



rrfish72
08-03-2004, 04:28 AM
I want to remove guarddog from knoppix hd install because it is a pain to try to configure for me. How do I go about doing that?

Markus
08-03-2004, 09:40 AM
This should do it:
apt-get --purge remove guarddog

rrfish72
08-04-2004, 01:33 AM
When I run that it says that guarddog does not exit or something like that. I can see it and run it but I can't get rid of it. I tried it from root also and the same result.

shah
08-04-2004, 02:14 AM
apt-get remove --purge guarddog

or you could just disable guarddog firewall in advace tab.

or you could just leave guarddog in your system and remove it's daemon:
update-rc.d -f guarddog remove

or you could do the above and remove /usr/share/apps/guarddog + remove /etc/init.d/guarddog + remove /etc/rc.guidedog

rrfish72
08-04-2004, 02:43 AM
Thank you. That lets me get back into this site from linux. Disable the firewall did not even let me back in here or other configurations.

Markus
08-04-2004, 07:34 AM
Is it still installed? COLUMNS=150 dpkg -l|grep guarddog
Try removing with dpkg: dpkg -P guarddog

rrfish72
08-04-2004, 10:45 AM
Not installed anymore. Thank You.