zomghelper command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
zomghelper: command not found
or when using sudo you get the following error message
sudo: zomghelper: command not found
Solutions to zomghelper: command not found
How To Fix zomghelper: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu zomghelper is provided by zomg package.
zomg is:
ZOMG is a console-based libre.fm client written in Z-Shell. It can submit the music tracks you play to libre.fm via the Audioscrobbler protocol, and it can play libre.fm radio stations.
It can also submit tracks to last.fm or any compatible GNU FM site.
To fix this problem, we can install more using the command below.
sudo apt-get -y install zomg
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install zomg.
sudo apt -y install zomg
Or if you have aptitude installed you can use the following command.
sudo aptitude install zomg
Summary
In this tutorial we learn how to fix zomghelper command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.