RedHat and CentOS

To install CUE Zipline:

  1. Install the CUE Zipline dependencies:

    # yum install -y \
      findutils \
      gcc \
      python3 \
      python3-devel \
      python3-pip
  2. On RedHat 7 only (this step is not required on CentOS 7 or later/RedHat 8 or later), enter the following command to pull in Python 3.6 from RedHat Software Collections :

    # yum install -y \
      rh-python36-python \
      rh-python36-python-pip \
      rh-python36-python-devel
  3. Add the Stibo DX YUM source by entering:

    # cat > /etc/yum.repos.d/stibodx.repo <<EOF
    [stibodx]
    name=Stibo DX packages
    baseurl=https://user:pass@yum.escenic.com/rpm/
    gpgcheck=0
    EOF
  4. Finally, install CUE Zipline:

    # yum install cue-zipline