Yum on 64 bit RedHat...
Scott Bambrough <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I'm using yum 3.0 on RHEL4 64 bit. I have the 64 bit version of the
package qt (x86_64) installed, and attempted to install qt-devel using
the command:
$ yum install qt-devel
This attempted to install the x86_64 package and the i386 packages for
qt and qt-devel.
I was able to get around this by specifying:
$ yum install qt-devel-{VERSION}.x86-64
I was wondering if there was an simpler way to restrict yum to only a
specific architecture when more than one is available?
Scott