qtscrob command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
qtscrob: command not found
or when using sudo you get the following error message
sudo: qtscrob: command not found
Solutions to qtscrob: command not found
How To Fix qtscrob: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qtscrob is provided by qtscrob package.
qtscrob is:
qtscrob is a GUI 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 the graphical version of the tool. For a CLI version, see the ‘scrobbler’ package.
To fix this problem, we can install more using the command below.
sudo apt-get -y install qtscrob
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qtscrob.
sudo apt -y install qtscrob
Or if you have aptitude installed you can use the following command.
sudo aptitude install qtscrob
Summary
In this tutorial we learn how to fix qtscrob command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.