SCIENTIFIC-LINUX-USERS Archives

July 2013

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Connie Sieh <[log in to unmask]>
Reply To:
Connie Sieh <[log in to unmask]>
Date:
Tue, 16 Jul 2013 16:27:18 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (39 lines)
On Tue, 16 Jul 2013, Franchisseur Robert wrote:

> -- Le (On) 2013-07-16 -0700 =E0 (at) 13:24:01 Yasha Karant =E9crivit (wrote=
> ): --
>
>       Hi,
>
>> <snip>
>> =20
>> Is there a mechanism to
>> =20
>> (1) identify ATrpm rpms that are present on a system
>> =20
>
>       I use to do :
>
>  rpm -qia |  awk "BEGIN { ORS =3D \"#######################\nName\" ;RS =
> =3D \"Name\" } ; "/ATrpm/" { print } "
>
>
>> <snip>
>
> --=20
>                 Best regards,
>                               Robert FRANCHISSEUR
> ____ Apollo_gist :-)_______________________________________________
> | Robert FRANCHISSEUR                 Phone  : +33 (0)950  635  636 |
> | 30 rue Ren=E9 Hamon                   Phone  : +33 (0)1 46 78 37 29 |
> | F-94800 VILLEJUIF            e-mail : Robert at Franchisseur . fr |
> -------------------------------------------------------------------
>

And since this is Linux there are may ways to do this.

   rpm -qa --queryformat "%{name}\t%{vendor}\n" | grep ATrpm


-Connie Sieh

ATOM RSS1 RSS2