Install Linux Client
Ubuntu 20.04 (amd64) and Ubuntu 22.04 (amd64)
- 1. Add the Amazon Workspaces Client repository to your system
Prior to installing the Amazon WorkSpaces client you need to add the repository to your systems respository’s list. To do this follow these commands:
Ubuntu 20.04 (amd64) - PCoIP & WSP
wget -q -O - https://workspaces-client-linux-public-key.s3-us-west-2.amazonaws.com/ADB332E7.asc | sudo apt-key add -
echo "deb [arch=amd64] https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/amazon-workspaces-clients.list
sudo apt-get update
Ubuntu 22.04 (amd64) - WSP only
wget -q -O - https://workspaces-client-linux-public-key.s3-us-west-2.amazonaws.com/ADB332E7.asc | sudo apt-key add -
echo "deb [arch=amd64] https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu jammy main" | sudo tee /etc/apt/sources.list.d/amazon-workspaces-clients.list
sudo apt-get update
2. Install Amazon Workspaces
Once the deb file has been downloaded, you can install Amazon Workspaces with the following command.
sudo apt-get install workspacesclient
If you need to download and install the Amazon WorkSpaces Client directly, you can find the download here for Ubuntu 20.04 (amd64) - PCoIP, Ubuntu 20.04 (amd64) - PCoIP & WSP, Ubuntu 22.04 (amd64) - WSP only
Doing this bypasses auto-updates requiring the administrator to manually install each future version.