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

Reply via email to