On Thu, May 08, 2008 at 02:38:51PM +0200, Robert McBroom (TNWestTex) wrote: > How do you get yum to accept input from the pipe? Sorry, my bad. It's like with rpm: rpm -qa | grep fc4 | xargs yum remove (i.e., don't forget the xargs) Another way of using it is: yum remove $(rpm -qa | grep fc4) -- lfr 0/0
Attachment:
pgpUhj523Pkd4.pgp
Description: PGP signature
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list