silverjuke command not found
In this troubleshooting guide we learn how to fix silverjuke command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
silverjuke: command not found
or when using sudo you get the following error message
sudo: silverjuke: command not found
Solutions to silverjuke: command not found
How To Fix silverjuke: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu silverjuke is provided by silverjuke package.
silverjuke is:
Silverjuke is an easy to use jukebox solution implemented in wxWidgets. Some of the features are:
- Wide range of supported audio formats (MP1, MP2, MP3, MPC, MP+, Ogg-Vorbis, FLAC, Monkey’s Audio, WavPack, WAV, AIFF, MOD), more formats can be implemented using modules
- Internal sound processing with 32 bit (for crossfading, autovolume, jingles, smart shuffle, VST effect plugings)
- Kiosk mode, supports touchscreens
- Track information can be edited (ID3-tags)
- Support for playlists (M3U, PLS, CUE)
- Fully skinnable
- Powerful search
To fix this problem, we can install more using the command below.
sudo apt-get -y install silverjuke
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install silverjuke.
sudo apt -y install silverjuke
Or if you have aptitude installed you can use the following command.
sudo aptitude install silverjuke
Summary
In this tutorial we learn how to fix silverjuke command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.