Digital Wokan <[EMAIL PROTECTED]> writes: > Since Mandrake doesn't support contribs, I'd like to stop wasting my time > testing them. Is there some simple way to either urpme or rpm -e the > contribs off this system so I can test just what Mandrake supports. (This > being something I wish I'd known before reporting the Gyach problem 5 times.)
I suppose the following would work: # cd /contrib/RPMS # rpm -e `ls | perl -pi -e 's/-[^-]+-[^-]+\.[^\.]+\.rpm$//'` -- Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/
