zomg command not found

In this troubleshooting guide we learn how to fix zomg command not found error message

Introduction

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

zomg: command not found

or when using sudo you get the following error message

sudo: zomg: command not found

Solutions to zomg: command not found

How To Fix zomg: command not found in Ubuntu / Debian / Kali Linux / Raspbian

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