gmemusage command not found

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

Introduction

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

gmemusage: command not found

or when using sudo you get the following error message

sudo: gmemusage: command not found

Solutions to gmemusage: command not found

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

In Ubuntu gmemusage is provided by gmemusage package.

gmemusage is:

Gmemusage is a graphical program modelled after the Silicon Graphics Inc. program of the same name. Gmemusage displays a window with a stacked bar. Areas on the bar correspond to individual processes running on the system and are updated periodically. Multiple copies of the same program (actually, programs with the same name) are merged into one area on the stack. Sizes of areas in the stack correspond to resident sizes of the processes.

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

sudo apt-get -y install gmemusage

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

You can also use apt command to install gmemusage.

sudo apt -y install gmemusage

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

sudo aptitude install gmemusage

Summary

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