[CentOS] yum remove from stdout
Kenneth Burgener
kenneth at mail1.ttak.orgSun Jul 13 15:02:44 UTC 2008
- Previous message: [CentOS] yum remove from stdout
- Next message: [CentOS] yum remove from stdout
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 7/13/2008 8:50 AM, David Hláčik wrote: > Hello, little tricky question : > > i have a file of packages for removal , which looks like that : > > atk libart_lgpl libXfixes audiofile libXcursor libxslt alsa-lib esound > > how to , provide that file to yum, using pipe, or redirect does not work > > cat result | yum remove .. Try the xargs command: cat result | xargs yum remove Kenneth
- Previous message: [CentOS] yum remove from stdout
- Next message: [CentOS] yum remove from stdout
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list