Click to See Complete Forum and Search --> : uninstall


araged
10-20-2001, 06:02 PM
how i can uninstall program in luinx ..i work in redhat 7.0 in xwindows mode..if i like to uninstall program stop working like me squid :confused:

bdg1983
10-20-2001, 06:12 PM
Was squid installed via rpm?

rpm -q squid

will tell you. If so, then

rpm -e squid

If installed by source, then if you still have the source directory where your compiled and installed from, try

make uninstall

araged
10-20-2001, 06:31 PM
hi Gone
when i type
rpm -q squid it is working ok
then when i type
rpm -e squid i get it
cannot remove /var/spool/squid -dirctory not empty
and other kind of massege is
....... :premission denied

so what can i do ....

thanx

bdg1983
10-20-2001, 06:45 PM
Are you uninstalling squid as root?

Instead of uninstalling, why not just fix the problem you are having.

I did see your other thread, but I didn't reply since I know very little about squid. I'm sure if you checked the squid log files, you could probably find out the reason squid will not start.

From what you posted in your other topic, others here will have a hard time figuring out what is wrong with so little information.

Check your log files to see what's wrong. Maybe the power failure corrupted the squid configuration file and it just needs to be reconfigured.