gbemol command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gbemol: command not found
or when using sudo you get the following error message
sudo: gbemol: command not found
Solutions to gbemol: command not found
How To Fix gbemol: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gbemol is provided by gbemol package.
gbemol is:
gbemol allows you to use MPD with a userfriendly interface. Features include an easy-to-use, tag-oriented library browser, a two mode playlist, cover art support (APIC tag only, for now), system tray icon docking, song, album and artist information.
Music Player Daemon is a server that allows remote access for playing audio files, streams and managing playlists. The daemon is controlled through a client which need not run on the same computer mpd runs on.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gbemol
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gbemol.
sudo apt -y install gbemol
Or if you have aptitude installed you can use the following command.
sudo aptitude install gbemol
Summary
In this tutorial we learn how to fix gbemol command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.