Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RHEL6RHEL7Centos


Code Block
languagebash
yum install yum-utils
yum-config-manager --enable rhel-server-rhscl-6-rpms
yum install python27



Code Block
languagebash
yum install yum-utils
yum-config-manager --enable rhel-server-rhscl-7-rpms
yum install python27



Code Block
languagebash
yum install centos-release-scl
yum install python27


EPEL and libgomp

RHEL6 / CentOS 6RHEL7 / CentOS 7


Code Block
languagebash
yum install wget
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum localinstall epel-release-6-8.noarch.rpm
yum install libgomp



Code Block
languagebash
yum install wget
wget https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm
yum localinstall epel-release-7-11.noarch.rpm


...