vagalume command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
vagalume: command not found
or when using sudo you get the following error message
sudo: vagalume: command not found
Solutions to vagalume: command not found
How To Fix vagalume: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu vagalume is provided by vagalume package.
vagalume is:
Vagalume is a Last.fm client designed for the GNOME desktop environment. It’s small and provides the basic Last.fm features, such as scrobbling, tags, recommendations, etc.
Although Last.fm itself stopped providing its radio service in 2014, Vagalume can be used with other Last.fm-compatible services such as Libre.fm.
To fix this problem, we can install more using the command below.
sudo apt-get -y install vagalume
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install vagalume.
sudo apt -y install vagalume
Or if you have aptitude installed you can use the following command.
sudo aptitude install vagalume
Summary
In this tutorial we learn how to fix vagalume command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.