On Tue, 2005-11-08 at 00:39 +0700, Fajar Priyanto wrote: > Hi Jim, if you want to uninstall from RPM: > 1. Use the Add/remove applications. Search for openoffice. And click them all. > 2. or Use the CLI: > rpm -qa | grep openoffice > rpm -e openoffice rpm (list all the rpm resulted from the above command)
Or rpm -e `rpm -qa|grep openoffice` where the ` is the backtic, the unshifted tilde (~) usually. -- Stew Schneider WMMT's Dutchman at 88.7 in the coal fields, http://appalshop.org on the net On CD at http://CDBaby.com/Foot --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
