> I installed a program using rpm. It's not running properly, so now want > to remove it. When I execute rpm -e filename, I get the error message > 'filename not installed'. How do I uninstall?
Perhaps you may have been including the version number of the package that you were trying to remove, example: # Try to query the package "tcpdump": [EMAIL PROTECTED] MySQL]$ rpm -q tcpdump tcpdump-3.7.2-1 # Now, to remove the package, do not include the version part: [EMAIL PROTECTED] MySQL]$ rpm -e tcpdump HTH. Regards, -- EDUARDO A. DELA ROSA MCOM-IT Department Smart Communications, Inc. 30/F Smart Tower 6799 Ayala Avenue Makati City 1226 Philippines http://www.smart.com.ph "Never interrupt your enemy when he is making a mistake" -- Napoleon Bonaparte -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list