syncplay-server command not found

In this troubleshooting guide we learn how to fix syncplay-server command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

syncplay-server: command not found

or when using sudo you get the following error message

sudo: syncplay-server: command not found

Solutions to syncplay-server: command not found

How To Fix syncplay-server: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu syncplay-server is provided by syncplay-server package.

syncplay-server is:

To learn what Syncplay is read the description of package ‘syncplay’.

This package installs the Syncplay server program. Install this package when you plan to set up your own Syncplay server that your friends and family connect to.

Note that the computer that runs the Syncplay server must be reachable from the Internet. To enable encryption, you need a domain and a valid certificate. The package provides a hook script for the recommended certbot package to simplify encrypted configurations. Integration with the suggested packages dehydrated or acme-tiny requires manual configuration.

To fix this problem, we can install more using the command below.

sudo apt-get -y install syncplay-server

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install syncplay-server.

sudo apt -y install syncplay-server

Or if you have aptitude installed you can use the following command.

sudo aptitude install syncplay-server

Summary

In this tutorial we learn how to fix syncplay-server command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.