Ubuntu and Debian

To install CUE Zipline:

  1. Install the CUE Zipline dependencies:

    # apt-get install \
      curl \
      gnupg \
      python3-pip \
      python3
  2. Add the Stibo DX APT source for the appropriate codename to /etc/apt/sources.list.d/stibodx.list. To add the source for the radon codename (for example), enter:

    # echo deb https://apt.escenic.com radon main non-free \
       >> /etc/apt/sources.list.d/stibodx.list
  3. Add your Stibo DX APT credentials to /etc/apt/auth.conf.d/stibodx.conf:

    # vi /etc/apt/auth.conf.d/stibodx.conf
    machine apt.escenic.com
      login username
      password password
  4. Add the DEB signing key used on the packages in the APT repository, and update your APT cache:

    # curl --silent http://apt.escenic.com/repo.key | apt-key add -
    # apt-get update
  5. Finally, install CUE Zipline:

    # apt-get install cue-zipline