Ben Hall,

On Friday July 25, 2003 10:37, Ben Hall wrote:
> Hi there,
>
> 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!
>
> I need this so that I can do a single apt-get line from many machines to
> bring them all up to the same install.  If it was debian, I could do
> dpkg -l > blah and then apt-get install the contents of blah, I was
> hoping to do the same with RH9...

rpm -qa --qf "%{NAME}\n"

-- 
Brian Ashe                                                     CTO
Dee-Web Software Services, LLC.                  [EMAIL PROTECTED]
http://www.dee-web.com/


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

Reply via email to