Versions Compared

Key

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

...

Squirro depends on Python, which is provided by a separate YUM repository. Execute the following commands to set up this repository. Please answer y for yes in response to the yum install command prompts.

languageyum-utils [root]# yum-config-manager --enable rhel-server-rhscl-6-rpms
Centos (6 and 7)RHEL6RHEL7Centos


Code Block
bash
[root]# yum install 
centos-release-scl
[root]# yum install python27



Code Block
languagebash



[root]# yum install centos-release-scl [root]# yum install python27
[root]# yum install yum-utils
[root]# yum-config-manager --enable rhel-server-rhscl-7-rpms
[root]# yum install python27
Code Block
languagebash


EPEL

RHEL6 / CentOS 6RHEL7 / CentOS 7


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



Code Block
languagebash
[root]# yum install wget
[root]# wget https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-10.noarch.rpm
[root]# yum localinstall epel-release-7-10.noarch.rpm


...