Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 22, 2024, 10:23:11 AM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux Software
»
Linux Application
»
Uninstall src rpm
« previous
next »
Print
Pages: [
1
]
Author
Topic: Uninstall src rpm (Read 7534 times)
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
Logged
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>
Logged
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
Logged
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
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux Software
»
Linux Application
»
Uninstall src rpm