gom command not found

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

Introduction

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

gom: command not found

or when using sudo you get the following error message

sudo: gom: command not found

Solutions to gom: command not found

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

In Ubuntu gom is provided by gom package.

gom is:

gom is a command line mixer utility with optional built-in ncurses interactive interface.

Its main feature is an exhaustive command line interface that makes it ideal for scripting (e.g. for audio recording, running at user and/or system login time, setting/restoring of settings, etc).

It supports OSS only, so if you want to use it with ALSA, you will need its OSS-compatible modules. If you want to use all possible features of ALSA however, you would need to use a mixer program dedicated for ALSA.

To fix this problem, we can install more using the command below.

sudo apt-get -y install gom

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install gom.

sudo apt -y install gom

Or if you have aptitude installed you can use the following command.

sudo aptitude install gom

Summary

In this tutorial we learn how to fix gom command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.