snapclient command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
snapclient: command not found
or when using sudo you get the following error message
sudo: snapclient: command not found
Solutions to snapclient: command not found
How To Fix snapclient: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu snapclient is provided by snapclient package.
snapclient is:
Snapcast is a multi-room client-server audio player, where all clients are time synchronized with the server to play perfectly synced audio. It’s not a standalone player, but an extension that turns your existing audio player into a Sonos-like multi-room solution.
This package contains the client which connects to the server and plays the audio.
To fix this problem, we can install more using the command below.
sudo apt-get -y install snapclient
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install snapclient.
sudo apt -y install snapclient
Or if you have aptitude installed you can use the following command.
sudo aptitude install snapclient
Summary
In this tutorial we learn how to fix snapclient command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.