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.
RHEL 8 / Rocky Linux 8¶
-
Open a terminal and run the following commands.
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.
RHEL 9 / Rocky Linux 9¶
-
Open a terminal and run the following commands.
dnf install "kernel-devel-uname-r == $(uname -r)" dnf install elfutils-libelf-devel dnf install make qt5-qtbase qt5-qtbase-gui dnf install initscripts dnf install chkconfig dnf install rpm-build flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak install flathub org.gnome.Extensions dnf install gnome-shell-extension-top-icons {{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
Info
CentOS 7 and RHEL 7 reached end of life on June 30, 2024, and therefore, no longer supported.