<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Thanks to all folks who have responded to my request! <br><br>I have following question to clarify myself.<br><br>I usually run 'rpm -qi pkgname' and it gives details regarding the package installed. I was wondering if there was way to tell by looking at the output of the command (rpm -qi) if its 32 or 64bit RPM package instead of using querytype option to find about it.<br><br>Sorry If my question sounds incorrect.<br><br>Thank you,<br>AN<br><br><br><br><br>From: kickstart-list-request@redhat.com<br>Subject: Kickstart-list Digest, Vol 71, Issue 5<br>To: kickstart-list@redhat.com<br>Date: Sat, 16 Jan 2010 12:00:07 -0500<br><br><pre>Send Kickstart-list mailing list submissions to<br>       kickstart-list@redhat.com<br> <br>To subscribe or unsubscribe via the World Wide Web, visit<br>       <a href="https://www.redhat.com/mailman/listinfo/kickstart-list">https://www.redhat.com/mailman/listinfo/kickstart-list</a><br>or, via email, send a message with subject or body 'help' to<br>       kickstart-list-request@redhat.com<br> <br>You can reach the person managing the list at<br>   kickstart-list-owner@redhat.com<br> <br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Kickstart-list digest..."<br></pre><br><br>--Forwarded Message Attachment--<br>From: pbdlists@pinboard.com<br>To: kickstart-list@redhat.com<br>Date: Fri, 15 Jan 2010 21:08:13 +0100<br>Subject: Re: Installing 32 & 64 bit package<br><br><pre>Hi Arvind,<br> <br>On Fri, Jan 15, 2010 at 02:35:28PM -0500, Arvind Navale wrote:<br>> <br>> Hi Folks,<br>> <br>> I am kickstart a server with a custom profile where I have RPM package names listed in it instead or going with Core, Base or Everything. In the kickstart configuration I am specifying initial name of the RPM and apparently see that only one RPM package gets installed (not sure if its 32 or 64 bit). So basically I wanted to know,<br>> <br>> 1. What entries are needed in kickstart config file in order to install both 32 and 64 bit RPMs.<br> <br>I don't know the proper format by heart, but there is a way to specify<br>the architechture. Something like<br> <br>  pkgname.i386<br>  pkgname.x86_64<br> <br>Don't know, however whether the same work for package groups.<br> <br>if you want to install packages of a certain architecture by hand or in<br>the %post section, you'd use:<br> <br>  rpm -i --arch=i386 pkgname<br>  rpm -i --arch=x86_64 pkgname<br>  yum install pkganem.i386<br>  yum install pkgname.x8664<br> <br>> 2. When I run 'rpm -qi' for a RPM package name how can I tell which one is the information for 32 or 64 bit.<br> <br>You might want to try the following:<br> <br>  rpm -qa --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"<br> <br>To get a list of all the tags available use<br> <br>  rpm --querytags<br> <br>Cheers,<br> <br>Kurt<br> <br> <br></pre>                                         <br /><hr />Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. <a href='http://clk.atdmt.com/GBL/go/196390709/direct/01/' target='_new'>Sign up now.</a></body>
</html>