netastic
03-08-2001, 11:47 AM
does anyone know how to uninstall software with the 'rpm -q' command? i am looking for step by step instructions. i need to get rid of webalizer 1.3 so that i can load 2.0
![]() | View Full Version : how uninstall using 'rpm -q' command? netastic 03-08-2001, 11:47 AM does anyone know how to uninstall software with the 'rpm -q' command? i am looking for step by step instructions. i need to get rid of webalizer 1.3 so that i can load 2.0 pyng 03-08-2001, 11:54 AM rpm -e <packagename> do "man rpm" for more information on rpm. |