From: "Greg" <[EMAIL PROTECTED]> > How do I remove a program installed on my system? The program is > Netscape 7, and system RH8. > > regards Greg
$ rpm -qa | grep -i netscape Will show you which Netscape related RPMs are installed, then (as root)... # rpm -e $RPMs replacing $RPMs with the installed Netscape packages should remove them, assuming no dependancy issues. Will. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list