Splashtop On-Prem app for Linux v3.7.2.1

What's new

  • Compatible with Splashtop Gateway v3.32.x or higher.
  • Supported Multi-monitor
  • Supported Copy and paste
  • Supported Logout idle user
  • Bug fixes and Improvements

 

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: 8a5132d38cf1eb1e7356ab1b5c839a43
 

2. RPM download:

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

 

 

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
1 out of 1 found this helpful