Changes between Version 23 and Version 24 of RpmHowToEndUsers
- Timestamp:
- Apr 7, 2016, 5:48:27 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpmHowToEndUsers
v23 v24 64 64 == Platform selection for binaries == 65 65 66 The default base architecture setting for RPM/YUM is the i386 platform; if you own a i686 CPU (PentiumPro and above), you can tell YUM to inspect i686 package list first, and fallback to i386 if none found. 67 To enable i686, create a 'platform' text file in your %UNIXROOT%\etc\rpm directory with the following text in it: 68 {{{ 69 i686-OS/2-OS/2 70 }}} 71 Binaries are getting built also for Pentium4 and above processors, use the following text to enable this: 66 The default base architecture setting for RPM/YUM is the i686 platform; if you own a Pentium4 CPU (and above), you can tell YUM to inspect P4 package list first, and fallback to i686 if none found. 67 To enable P4, create a 'platform' text file in your %UNIXROOT%\etc\rpm directory with the following text in it: 72 68 {{{ 73 69 pentium4-OS/2-OS/2 74 70 }}} 75 Access to pentium4 packages requires the latest YUM package. 71 Access to pentium4 packages requires the latest YUM package.[[BR]] 72 '''If YUM doesn't find any packages for you and you never added a platform file, you have a too old os2-base package. To overcome that please do a''' 73 {{{ 74 yum update os2-base 75 }}} 76 76 77 77 Additional information concerning the platform file may be found in [http://www.redhat.com/archives/rpm-list/2002-June/msg00082.html this announcement] from the rpm mailing list.