yum installed name only?

Steven Stern subscribed-lists at sterndata.com
Sat May 4 21:30:57 UTC 2013


On 05/04/2013 08:21 AM, Frank Murphy wrote:
> Trying to do a yum version of:
> 
> rpm -qa --queryformat %10(NAME) > ~/var/tmp/box1.list
> 
> yum list installed ?
> 
yum list installed |awk '{print $1}'


-- 
-- Steve


More information about the users mailing list