Show the architecture of installed rpm packages
Posted by Ryan on October 6, 2009 in ComputerInfo, Linux
rpm -qa –queryformat “%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH}\n” | grep <package_name>
Check out the link below for additional info.
http://www.cyberciti.biz/faq/linux-display-rpm-package-architecture/
Subscribe
Follow comments by subscribing to the Show the architecture of installed rpm packages Comments RSS feed.