Home:ALL Converter>How to install devtoolset-7 i686 on CentOS 6?

How to install devtoolset-7 i686 on CentOS 6?

Ask Time:2018-12-10T22:55:16         Author:uilianries

Json Formatter

To install devtoolset-7.x86_64 on CentOS6 is pretty easy:

yum install -y centos-release-scl
yum install -y devtoolset-7-toolchain

However, i686 is not available for download: http://mirror.centos.org/centos/6/sclo/

So I found http://repo.cloudlinux.com/cloudlinux/6.10/sclo/devtoolset-7/i386/ but I don't how to add to my repo list e.g. yum-config-manager --add-repo

Is it possible install devtoolset-7 for i686? Is there another option?

Author:uilianries,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/53708189/how-to-install-devtoolset-7-i686-on-centos-6
yy