Install Tehama Client on Linux (Ubuntu)
Latest available Tehama Client versions for Linux:
-
Version 3.1.0 (New): Dual install for Tehama Client and the Session Client (HP Anyware Client).
- Ubuntu 22.04
- Ubuntu 20.04
-
Version 2.5.1: Single install for Tehama Client + PCoIP Client together.
- Ubuntu 22.04
- Ubuntu 20.04
- Ubuntu 18.04
Downloaded from: the Tehama Web UI
Supported Linux versions: Ubuntu 18.04 (v2.5.1 only), 20.04, and 22.04
This guide contains instructions for installing the Tehama Client on Ubuntu devices. Follow the instructions based on the version you're installing.
Table of Contents
Note for users without sudo or root access: Users without sudo rights will need a system administrator to install both the Tehama Client and the Session Client.
Before You Begin - Uninstall any old version
Before installing the Tehama Client, it is strongly recommended that you uninstall any previously installed versions, including:
- Tehama Client
- Tehama PCoIP Client
- HP Anyware Client
- Teradici PCoIP Client
To uninstall any of these, use the following steps:
Client Version 2 or earlier
- Open a terminal.
- In the terminal, remove the Client with the following command (use a wildcard to target any version):
sudo apt remove tehama_pcoip_client_ubuntu*
Client Version 3 or higher
- Open a terminal.
- Create and run a script to fully remove the Client:
- Navigate to your home directory, type:
cd ~
- Create the script, type:
sudo vi remove-tehama.sh
- In insert mode, paste the script below, then write/quit:
#!/bin/bash
# Check if the script is run as root
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root"
exit 1
fi
sudo apt -y remove tehama-pcoip-client
sudo apt -y remove pcoip-client
sudo apt -y autoremove
cd ~
sudo rm -rf TehamaLogs
cd .config
sudo rm -rf tehama
sudo rm -rf TehamaPCoIPClient
sudo rm -rf Teradici
- Make the script executable, type:
sudo chmod +x remove-tehama.sh
- Run the script, type:
sudo ./remove-tehama.sh
Download and Install Tehama Client v3.1.0 (New)
Step 1: Download the Client
- Log in to the Tehama Web UI.
- Go to the DESKTOPS page.
- Click on the INSTALL CLIENT button in the top right of the page.
- Click on the 3.x client download link next to the Linux symbol for Ubuntu 20.04 or 22.04:
- For Ubuntu 20.04:
tehama_pcoip_client_ubuntu20.deb
- For Ubuntu 22.04:
tehama_pcoip_client_ubuntu22.deb
- For Ubuntu 20.04:
- Wait for the
tehama_pcoip_client_ubuntu2x.deb
file to be downloaded to your Downloads folder. - Wait for the .deb file to be downloaded to your Downloads folder.
Step 2: Install the Tehama Client v3.1.0 (New)
- Open a terminal.
- Go to your Downloads folder with the following command:
cd ~/Downloads
- Install the Client with the following command:
sudo apt install ./tehama_pcoip_client_ubuntu20.deb
Note: If a process has dpkg locked, the .deb file will not install. Ensure all system updates are complete and dpkg is not running.
- Wait for the Software License Agreement and accept it by entering Y.
- When the installation is complete, you will see a success message.
Step 3: Install the Session Client
After the Tehama Client is installed, you can install the Session Client (HP Anyware Client) in one of two ways:
- When you first attempt to connect to a desktop, you will be prompted to install the Session Client.
- Alternatively, you can manually install the Session Client at any time by navigating to the Help menu in the Tehama Client and selecting Install Session Client.
Note: If you decline to install the Session Client during a connection attempt, you will need to install it before you can connect to a desktop.
Download and Install Tehama Client v2.5.1
Step 1: Download the Client
- Log in to the Tehama Web UI.
- Go to the DESKTOPS page.
- Click on the INSTALL CLIENT button in the top right of the page.
- Click on the download link next to the Linux symbol for Ubuntu 18.04 or 20.04:
- For Ubuntu 18.04:
tehama_pcoip_client_ubuntu18.deb
- For Ubuntu 20.04:
tehama_pcoip_client_ubuntu20.deb
- Wait for the .deb file to be downloaded to your Downloads folder.
Step 2: Install the Tehama Client v2.5.1
- Open a terminal.
- Go to your Downloads folder with the following command:
cd ~/Downloads
- Install the Client with the following command:
sudo apt install ./tehama_pcoip_client_ubuntu20.deb
Note: If a process has dpkg locked, the .deb file will not install. Ensure all system updates are complete and dpkg is not running.
- Wait for the Software License Agreement and accept it by entering Y.
- When the installation is complete, you will see a success message.