rhythmbox-client command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rhythmbox-client: command not found
or when using sudo you get the following error message
sudo: rhythmbox-client: command not found
Solutions to rhythmbox-client: command not found
How To Fix rhythmbox-client: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rhythmbox-client is provided by rhythmbox package.
rhythmbox is:
Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple’s iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rhythmbox
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rhythmbox.
sudo apt -y install rhythmbox
Or if you have aptitude installed you can use the following command.
sudo aptitude install rhythmbox
Summary
In this tutorial we learn how to fix rhythmbox-client command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.