goobox command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
goobox: command not found
or when using sudo you get the following error message
sudo: goobox: command not found
Solutions to goobox: command not found
How To Fix goobox: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu goobox is provided by goobox package.
goobox is:
Goobox is an CD player and ripper for the GNOME 3 environment. It follows the “Just Works” principle so its interface is beautiful and easy-to-use.
It uses GNOME/GTK+ for its user interface, GStreamer framework for CD playing, and ripping operations, musicbrainz for CD indexing, and Google to search for album cover images.
To fix this problem, we can install more using the command below.
sudo apt-get -y install goobox
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install goobox.
sudo apt -y install goobox
Or if you have aptitude installed you can use the following command.
sudo aptitude install goobox
Summary
In this tutorial we learn how to fix goobox command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.