How to install 32-bit packages with yum on CentOS 64-bit system

//If you want to install the 32-bit version of libjpeg

 

1. Query the specific 32-bit version and install it
yum  search libjpeg.i686
yum -y install libjpeg.i386
 
2. A once and for all method, doing so will install both the 32 and 64 bit versions.
echo 'multilib_policy=all' >> /etc/yum.conf

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326995827&siteId=291194637