Re: Removing & Installing RPM's

2002-12-21 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 21 December 2002 04:22 pm, Andy Kirk wrote: > Thanks for the help, but more problems are now arising :- > > rpm -qa | grep mysqlreports :- > mysql-3.23.52-3 (after many other MySQL packages were removed) > > rpm -e mysql-3.23.52-3

RE: Removing & Installing RPM's

2002-12-21 Thread Andy Kirk
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David S. Wilkinson Sent: Saturday, December 21, 2002 10:55 AM To: [EMAIL PROTECTED] Subject: Re: Removing & Installing RPM's Step 1) Checking RPM database for installed RPMs Ok this example is taken from my RH7.

Re: Removing & Installing RPM's

2002-12-21 Thread mklinke
Michael, It's probably the problem announced on bugtraq last week, described here: http://security.e-matters.de/advisories/042002.html Several organisations have released new mysql packages to fix this but I haven't seen any mention about a Redhat fix. From the nature of the problem I bet we'd

Re: Removing & Installing RPM's

2002-12-21 Thread Arthur Mueller
Hi, here my "simple" answers: [+] installing package: rpm -ivh package-file.rpm [+] erasing/uninstall package: rpm -e package-name For more detailed information visit the cool RPM-docu at redhat: http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/custom-guide/ch-rpm.html Regards, Arthur Mi

Re: Removing & Installing RPM's

2002-12-21 Thread David S. Wilkinson
Step 1) Checking RPM database for installed RPMs Ok this example is taken from my RH7.2 box. If you want to remove the rpms you first need to know which ones are installed. You do this with the following command: [root@intranet root]# rpm -qa |grep mysql mysql-server-3.23.41-1 mysql-devel-3.23.41