On Mon, 2004-01-19 at 11:15, Nelson Guedes Paulo Junior wrote: > That's my sole question: > How to find the architecture of an installed RPM, like, for example, > glibc????? > > How do I know if someone has installed the .i386 or the .i686 package? $ rpm -q --qf '%{ARCH}\n' glibc i686 Regards, Jim H