How to install multilibs Red Hat i686 and x86_x64

HOW TO INSTALL MULTILIBS RED HAT 


1.- After installing the OS you will need to have access to Internet if you do not have a internal repository.

You will need to add the following line in red  on the /etc/yum.conf (Edit)

# cat /etc/yum.conf
[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=3
proxy=http://191.128.1.110:8080
proxy_username=spoon
proxy_password=spooner

#MULTILIBS
multilib_policy=all


On other hand if you have a proxy in order to have connection to internet, you can add the lines in Blue in the file above.

proxy=http://191.128.1.110:8080
proxy_username=spoon
proxy_password=spooner



Finally you can add the packages that you need in i686 and x64_x86


#yum search openmotif

Loaded plugins: aliases, changelog, downloadonly, kabi, presto, product-id, refresh-packagekit, security, subscription-manager, tmprepo, verify, versionlock
[Errno -3] Temporary failure in name resolution
Loading support for Red Hat kernel ABI
======================================================================== N/S Matched: openmotif ========================================================================
openmotif.i686 : Open Motif runtime libraries and executables
openmotif.x86_64 : Open Motif runtime libraries and executables
openmotif-devel.i686 : Open Motif development libraries and header files
openmotif-devel.x86_64 : Open Motif development libraries and header files
openmotif22.i686 : Open Motif runtime libraries and executables
openmotif22.x86_64 : Open Motif runtime libraries and executables


#yum install openmotif




Regards
Roger

Comments