Splashtop On-Prem App for Linux - v3.5.8.1 (Beta) has released!
Compatibility
Compatible with Gateway v3.24.x or higher.
Supported Distribuitions
- Ubuntu 16.04, 18.04, 20.04, 22.04 (64-bit) / Debian 11
- CentOS 7.x, 9/ RHEL 7.x (64-bit)
Downloads:
1. DEB download:
Ubuntu 16.04, 18.04, 20.04, 22.04 (64-bit) / Debian 11
MD5: 08d9481da94859120cab1a0151943426
2. RPM download:
CentOS 7.x, 9/ RHEL 7.x (64-bit)
MD5: 9ea1e1c21f625327020facb6329fd9fc
Client app command-line install How-to:
Please install via commands below. We have heard reports of issues when clicking the deb file to install.
## Installation for .deb
===================
sudo apt update
sudo apt install ./splashtop-onprem_Ubuntu_amd64.deb
## Installation for .rpm
===================
# centos 7
sudo yum install -y epel-release
sudo yum install -y https://download1.rpmfusion.org/free/el/updates/7/x86_64/r/rpmfusion-free-release-7-4.noarch.rpm
sudo yum install -y ./splashtop-onprem_CentOS_amd64.rpm
# centos 8
sudo yum install -y epel-release
sudo yum install -y https://download1.rpmfusion.org/free/el/updates/8/x86_64/r/rpmfusion-free-release-8-0.1.noarch.rpm
sudo yum install -y ./splashtop-onprem_CentOS_amd64.rpm
# fedora 34
sudo yum install -y https://download1.rpmfusion.org/free/fedora/releases/34/Everything/x86_64/os/Packages/r/rpmfusion-free-release-34-1.noarch.rpm
sudo yum install -y ./splashtop-onprem_CentOS_amd64.rpm
# fedora 35
sudo yum install -y https://download1.rpmfusion.org/free/fedora/releases/35/Everything/x86_64/os/Packages/r/rpmfusion-free-release-35-1.noarch.rpm
sudo yum install -y ./splashtop-onprem_CentOS_amd64.rpm
# centos 9
sudo yum install -y epel-release
sudo yum install -y https://download1.rpmfusion.org/free/el/updates/9/x86_64/r/rpmfusion-free-release-9-0.1.noarch.rpm
sudo yum install -y yum-utils
sudo yum-config-manager --enable crb
sudo yum install -y ./splashtop-onprem_CentOS_amd64.rpm
# fedora 36 or above
sudo yum install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo yum install -y ./splashtop-onprem_CentOS_amd64.rpm
# RHEL
subscription-manager repos --enable codeready-builder-for-rhel-$(rpm -E %rhel)-$(arch)-rpms
sudo yum install -y https://download1.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E %rhel).noarch.rpm
sudo yum install -y ./splashtop-onprem_CentOS_amd64.rpm
Notes:
- For first-time running the Splashtop On-Prem package, you might need to follow system's instructions to install the require components.
- Uninstall command:
a. open terminal
b. type: sudo apt-get remove splashtop-onprem