Installing 32 & 64 bit package

Bryan Schneiders bschneiders at woti.com
Mon Jan 25 16:36:27 UTC 2010


Be aware that in Fedora 11 many packages are i586 instead of i386, and in Fedora 12 they are i686.

Bryan Schneiders
bschneiders at woti.com

On 01/15/2010 03:14 PM, Shabazian, Chip wrote:
> Use --query-format with rpm to see architecture:
>
> Example:
>
> $ rpm -q --queryformat '%{NAME}%{VERSION}%{RELEASE}.%{ARCH}\n' beecrypt
>
> beecrypt4.1.210.1.1.x86_64
>
> beecrypt4.1.210.1.1.i386
>
> Use the same thing in your kickstart file
>
> %packages
>
> beecrypt.x86_64
>
> beecrypt.i386
>
> *From:* kickstart-list-bounces at redhat.com
> [mailto:kickstart-list-bounces at redhat.com] *On Behalf Of *Arvind Navale
> *Sent:* Friday, January 15, 2010 11:35 AM
> *To:* Kickstart Group
> *Subject:* Installing 32 & 64 bit package
>
> Hi Folks,
>
> 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,
>
> 1. What entries are needed in kickstart config file in order to install
> both 32 and 64 bit RPMs.
> 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.
>
> For example:
>
> *rpm -qa | grep bee*
>
> beecrypt-3.1.0-6
>
> beecrypt-3.1.0-6
>
> *rpm -qi beecrypt-3.1.0-6*
>
> Name : beecrypt Relocations: (not relocatable)
>
> Version : 3.1.0 Vendor: Red Hat, Inc.
>
> Release : 6 Build Date: Sun Aug 8 15:19:50 2004
>
> Install Date: Mon Oct 2 02:59:52 2006 Build Host: dolly.build.redhat.com
>
> Group : System Environment/Libraries Source RPM: beecrypt-3.1.0-6.src.rpm
>
> Size : 138837 License: LGPL
>
> Signature : DSA/SHA1, Wed Jan 5 15:03:41 2005, Key ID 219180cddb42a60e
>
> Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
>
> URL : http://sourceforge.net/projects/beecrypt
>
> Summary : An open source cryptography library.
>
> Description :
>
> Beecrypt is a general-purpose cryptography library.
>
> Name : beecrypt Relocations: (not relocatable)
>
> Version : 3.1.0 Vendor: Red Hat, Inc.
>
> Release : 6 Build Date: Sun Aug 8 23:28:17 2004
>
> Install Date: Mon Oct 2 04:04:04 2006 Build Host: porky.build.redhat.com
>
> Group : System Environment/Libraries Source RPM: beecrypt-3.1.0-6.src.rpm
>
> Size : 122953 License: LGPL
>
> Signature : DSA/SHA1, Wed Jan 5 15:03:37 2005, Key ID 219180cddb42a60e
>
> Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
>
> URL : http://sourceforge.net/projects/beecrypt
>
> Summary : An open source cryptography library.
>
> Description :
>
> Beecrypt is a general-purpose cryptography library.
>
>
> Thank you,
> AN
>
>
> ------------------------------------------------------------------------
>
> Hotmail: Trusted email with powerful SPAM protection. Sign up now.
> <http://clk.atdmt.com/GBL/go/196390707/direct/01/>
>
>
>
> _______________________________________________
> Kickstart-list mailing list
> Kickstart-list at redhat.com
> https://www.redhat.com/mailman/listinfo/kickstart-list




More information about the Kickstart-list mailing list