goodvibes-client command not found

In this troubleshooting guide we learn how to fix goodvibes-client command not found error message

Introduction

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

goodvibes-client: command not found

or when using sudo you get the following error message

sudo: goodvibes-client: command not found

Solutions to goodvibes-client: command not found

How To Fix goodvibes-client: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu goodvibes-client 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-client command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.