goodvibes command not found
In this troubleshooting guide we learn how to fix goodvibes command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
goodvibes: command not found
or when using sudo you get the following error message
sudo: goodvibes: command not found
Solutions to goodvibes: command not found
How To Fix goodvibes: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu goodvibes is provided by goodvibes package.
goodvibes is:
Goodvibes is a lightweight internet radio player for GNU/Linux. It offers a simple way to have your favorite radio stations at easy reach.
To fix this problem, we can install more using the command below.
sudo apt-get -y install goodvibes
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install goodvibes.
sudo apt -y install goodvibes
Or if you have aptitude installed you can use the following command.
sudo aptitude install goodvibes
Summary
In this tutorial we learn how to fix goodvibes command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.