xmms2-scrobbler command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xmms2-scrobbler: command not found
or when using sudo you get the following error message
sudo: xmms2-scrobbler: command not found
Solutions to xmms2-scrobbler: command not found
How To Fix xmms2-scrobbler: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xmms2-scrobbler is provided by xmms2-scrobbler package.
xmms2-scrobbler is:
The scrobbler client sends information about the tracks you play with XMMS2 to the Last.FM service to build a profile of the type of music you listen to and find people that have similar tastes in music. For more information on AudioScrobbler see http://www.last.fm/
To fix this problem, we can install more using the command below.
sudo apt-get -y install xmms2-scrobbler
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xmms2-scrobbler.
sudo apt -y install xmms2-scrobbler
Or if you have aptitude installed you can use the following command.
sudo aptitude install xmms2-scrobbler
Summary
In this tutorial we learn how to fix xmms2-scrobbler command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.