(BETA) Splashtop On-Prem app for Linux v3.7.4.8

What's new

 

Supported Distribuitions

  • Ubuntu 16.0418.04, 20.04, 22.04 (64-bit) / Debian 11
  • CentOS 7.x, 9/ RHEL 7.x (64-bit)

 

Downloads:

1. DEB download:

Ubuntu 16.0418.04, 20.04, 22.04 (64-bit) / Debian 11
MD5: ac388c25833f73f0b52adcf9cc6b7a83
 

2. RPM download:

CentOS 7.x, 9/ RHEL 7.x (64-bit)
MD5: f6d9d3decd25f523583ae08a0031243c

 

 

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_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_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_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_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_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_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_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_CentOS_amd64.rpm

 

 

Notes:

  1. For first-time running the Splashtop On-Prem package, you might need to follow system's instructions to install the required components.
  2. Uninstall command:
    a. open terminal
    b. type: sudo apt-get remove splashtop-onprem
0 out of 0 found this helpful