uninstall all

2004-05-16 Thread Mike's List
I'm aware of openpkg rpm -e package but is there a way to remove
ALL packages at once? including openpkg? ie. like the below?

$ openpkg rpm -qa | openpkg rpm -e  --will this work?  I need to do a
fresh install and like to remove all packages.  Thanks.

Regards,

-- Mike

 Solaris packages for sparc/x86, insert www. in front the domain:
  blastwave.org | openpkg.org | patriots.net | sunfreeware.com 


__
The OpenPKG Projectwww.openpkg.org
User Communication List  [EMAIL PROTECTED]


Re: uninstall all

2004-05-16 Thread Ralf S. Engelschall
On Sun, May 16, 2004, Mike's List wrote:

 I'm aware of openpkg rpm -e package but is there a way to remove
 ALL packages at once? including openpkg? ie. like the below?

 $ openpkg rpm -qa | openpkg rpm -e  --will this work?  I need to do a
 fresh install and like to remove all packages.  Thanks.

See http://www.openpkg.org/doc/slideset/openpkg/slide-023-m.html:

$ openpkg rpm -e `openpkg rpm -q --whatrequires openpkg`

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

__
The OpenPKG Projectwww.openpkg.org
User Communication List  [EMAIL PROTECTED]