March 19, 2024, 04:57:42 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Uninstall src rpm  (Read 4924 times)

Offline vlinux1

  • Linux Learner
  • ***
  • Posts: 118
Uninstall src rpm
« 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Uninstall src rpm
« Reply #1 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>

Offline vlinux1

  • Linux Learner
  • ***
  • Posts: 118
Help me
« Reply #2 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

Offline deven_01

  • Linux Learner
  • ***
  • Posts: 143
solution to uninstall squide
« Reply #3 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