> Please how can I remove a RPM installation. I used 
> MySQL-server-4.1.1-1.i386.rpm to install MySQL, but how can I 
> delete it.

shell> rpm -e MySQL-server-4.1.1-1 should do the job, assuming that
"MySQL-server-4.1.1-1" is the correct name.  You can verify the package
name by typing shell> rpm -qa | grep -i my*.  That'll give you the exact
names of all the mysql rpms installed on your system.  

Check out http://www.linuxhomenetworking.com/linux-hn/rpm.htm for a
great tutorial on using rpm.

Bob Cohen
b.p.e.Creative
http://www.bpecreative.com
Design and production services for the web
Put creative minds to work for you


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to