gkrellmd command not found

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

Introduction

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

gkrellmd: command not found

or when using sudo you get the following error message

sudo: gkrellmd: command not found

Solutions to gkrellmd: command not found

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

In Ubuntu gkrellmd is provided by gkrellmd package.

gkrellmd is:

Gkrellmd Listens for connections from gkrellm clients. When a gkrellm client connects to a gkrellmd server all builtin monitors collect their data from the server.

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

sudo apt-get -y install gkrellmd

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

You can also use apt command to install gkrellmd.

sudo apt -y install gkrellmd

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

sudo aptitude install gkrellmd

Summary

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