Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux Software => Linux Application => Topic started by: vlinux1 on April 02, 2005, 07:00:38 PM

Title: Uninstall src rpm
Post by: vlinux1 on April 02, 2005, 07:00:38 PM
Hello Ricky & Gaurav


how to uninstall src rpm. i installed  this rpm squid-2.5.STABLE7 and i want to un install.

thanks in advance
vijay
Title: Uninstall src rpm
Post by: Ricky on April 02, 2005, 07:24:43 PM
just find the exact name of rpm and u can remove it using
rpm -e <rpm name>
Title: Help me
Post by: vlinux1 on April 03, 2005, 02:46:53 AM
hello, Ricky & Gaurav

I having problem now i want to uninstall squid transperent file locatesd in /usr/local/squid/etc/squid.conf an configure again.

i tried so many time to searc h src rpm i not getting that rpm its showing only simple squid rpm.

# rpm -qa squid
squid-2.5.STABLE1-2

its showing above rpm but i installed this rpm squid-2.5.STABLE1-7 but its not showing. i use two commands to install src rpm
#make
#make install

after this command i get long list.
and i got  this file also/ usr/local/squid/etc/squid.con now i want to reinstall squid and want to run squid transperent .

please hewlp me

thanks in advance
Title: solution to uninstall squide
Post by: deven_01 on May 26, 2005, 08:48:45 AM
hi dear
Do one thing always
rpm -qa | grep squid
it shows you squid.version.i386...
after this do
rpm -e squid-
This will uninstall squid
After this say
rpm -ivh squid.version.rpm
service squid start
chkconfig --add squid
chkconfig squid on
Do this things when you want to install services