Install Command Summary¶
The following commands were used in this guide to install the Remote Workstation Card Software for Linux (including adding dependencies). It is intended to be used as a reference after reading through all the topics under the Installation topic. These commands were relevant to a host workstation using a supported Linux operating system and may require changes for different distributions of Linux.
CentOS 7 / RHEL 7¶
sudo yum install gcc make
sudo yum install "kernel-devel-uname-r == $(uname -r)"
sudo yum install elfutils-libelf-devel
sudo yum install qt5-qtbase qt5qtbase-gui
sudo yum install python3
sudo yum install rpm-build
cd Downloads
unzip Host_Software_for_Linux_<version_no>_GA -d PCoIP_Host_SW_Release
cd PCoIP_Host_SW_Release
ls
tar -xvf pcoip_host-<version_no>.tar.gz
cd pcoip_ host_<version>/kernel/linux/scripts/
sudo ./createRPM
cd ..
cd obj
sudo yum install -y pcoip_host-<build number>.x86_64.rpm
sudo reboot
RHEL 8 / Rocky Linux 8¶
sudo dnf install gcc make
sudo dnf install "kernel-devel-uname-r == $(uname -r)"
sudo dnf install elfutils-libelf-devel
sudo dnf install qt5-qtbase qt5-qtbase-gui
sudo dnf install python3
sudo dnf install rpm-build
sudo dnf install gnome-shell-extension-top-icons gnome-tweaks
cd Downloads
unzip Host_Software_for_Linux_<version_no>_GA -d PCoIP_Host_SW_Release
cd PCoIP_Host_SW_Release
ls
tar -xvf pcoip_host-<version_no>.tar.gz
cd pcoip_ host_<version>/kernel/linux/scripts/
sudo ./createRPM
cd ..
cd obj
sudo yum install -y pcoip_host-<build number>.x86_64.rpm
sudo reboot
The commands to add the latest Wacom drivers can be found within Wacom's installation article.