Helix TeamHub Administrator Guide (2020.1 Enterprise)

Configure the Perforce repository

You must add the Perforce packaging key to your keyring and configure the Perforce repository before installing Helix TeamHub from the Perforce repository.

RHEL and CentOS

  1. Add the Perforce packaging key to your RPM keyring:

    sudo rpm --import https://package.perforce.com/perforce.pubkey
  2. Add the Perforce repository to your YUM configuration by creating a file called /etc/yum.repos.d/perforce.repo with the following content, where <version> is either 6 for RHEL/CentOS 6, 7 for RHEL/CentOS 7, or 8 for RHEL/CentOS 8.

    [perforce]
    name=Perforce
    baseurl=http://package.perforce.com/yum/rhel/<version>/x86_64
    enabled=1
    gpgcheck=1

    For example, to install TeamHub on RHEL/CentOS 7, add:

    [perforce]
    name=Perforce
    baseurl=http://package.perforce.com/yum/rhel/7/x86_64
    enabled=1
    gpgcheck=1

Ubuntu

  1. Add the Perforce packaging key to your APT keyring:

    wget -qO - https://package.perforce.com/perforce.pubkey | sudo apt-key add -
  2. Add the Perforce repository to your APT configuration by creating a file called /etc/apt/sources.list.d/perforce.list with the following line:

    deb http://package.perforce.com/apt/ubuntu <distro> release

    where <distro> is either xenial or bionic.

    For example, to install TeamHub on Ubuntu xenial, add:

    deb http://package.perforce.com/apt/ubuntu xenial release