You can actually do it as:
rpm -q --queryformat='%{N}-%{V}-%{R}.%{arch}\n' <pkgname>
If you want to make it so that you don't have to type the queryformat
string all the time you can add this to your ~/.rpmmacros file
%_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch}
Hugh
Benjamin Watine wrote:
That's it !
$ rpm -q -a --queryformat='%{N}-%{V}-%{R}.%{arch}\n' | grep compat-libstdc
compat-libstdc++-33-3.2.3-61.x86_64
compat-libstdc++-33-3.2.3-61.i386
Thank's for the tip :)
Ben
Vincent AARON a écrit :
Hi
This is due to your have a 64bit have.
Use this command line to have the arch version of a package
rpm -q -a --queryformat='%{N}-%{V}-%{R}.%{arch}\n'
Benjamin Watine wrote:
Hi
Sometimes, on some RHEL 5 boxes, when I try to list the installed
packages of a system, the package appears twice :
$ rpm -qa | grep compat-libstdc
compat-libstdc++-33-3.2.3-61
compat-libstdc++-33-3.2.3-61
Why ?
Thank you
Ben
_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list
_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list
_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list