Configuring 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
-
Add the Perforce packaging key to your RPM keyring:
sudo rpm --import https://package.perforce.com/perforce.pubkey
-
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 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 Helix TeamHub on RHEL/CentOS 8, add:
[perforce] name=Perforce baseurl=http://package.perforce.com/yum/rhel/8/x86_64 enabled=1 gpgcheck=1
Ubuntu
-
Add the Perforce packaging key to your APT keyring:
wget -qO - https://package.perforce.com/perforce.pubkey | sudo apt-key add -
-
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 bionic or focal.
For example, to install Helix TeamHub on Ubuntu focal, add:
deb http://package.perforce.com/apt/ubuntu focal release