On Fri, 2003-07-25 at 10:37, Ben Hall wrote:

> Is there a way to get a list of all package names installed?  rpm -qa is
> close, but it gives name-version, I just want the name!

rpm -qai | grep ^Name | awk '{print $3}'

-- 
Jason Dixon, RHCE
DixonGroup Consulting
http://www.dixongroup.net


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to