CentOS 7にdevtoolset-6をインストールする手順
背景
CentOS7(7.8.2003)では、devtoolset-6のサポートが切れており、
以下の手順ではインストールできません。
https://www.softwarecollections.org/en/scls/rhscl/devtoolset-6/
インストール方法
ひとまず以下の方法でインストールできました。
(もう少しシンプルな方法があると思ふ。)
# yum -y install centos-release-scl
# Fix as devtoolset-6 not in CentOS 7.7 mirrors
sed -i 's/7/7.6.1810/g; s|^#\s*\(baseurl=http://\)mirror|\1vault|g; /mirrorlist/d' /etc/yum.repos.d/CentOS-SCLo-*.repo
# yum install -y devtoolset-6
参考URL
thnx :)
https://groups.google.com/g/vfx-platform-discuss/c/_-_CPw1fD3c?pli=1
Author And Source
この問題について(CentOS 7にdevtoolset-6をインストールする手順), 我々は、より多くの情報をここで見つけました https://qiita.com/kanedayo/items/d19254039ce75aaf1e21著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .