scrobbler command not found

In this troubleshooting guide we learn how to fix scrobbler command not found error message

Introduction

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

scrobbler: command not found

or when using sudo you get the following error message

sudo: scrobbler: command not found

Solutions to scrobbler: command not found

How To Fix scrobbler: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu scrobbler is provided by scrobbler package.

scrobbler is:

scrobbler is a CLI tool which reads playback information from iPods, MTP (aka Plays for Sure) or Rockbox (open source audio player firmware) devices and submits them to an audioscrobbler service, such as “last.fm” or “libre.fm”.

This is a command-line tool. For a graphical version, see the ‘qtscrob’ package.

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

sudo apt-get -y install scrobbler

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

You can also use apt command to install scrobbler.

sudo apt -y install scrobbler

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

sudo aptitude install scrobbler

Summary

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