efingerd command not found

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

Introduction

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

efingerd: command not found

or when using sudo you get the following error message

sudo: efingerd: command not found

Solutions to efingerd: command not found

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

In Ubuntu efingerd is provided by efingerd package.

efingerd is:

efingerd is a finger daemon, which executes programs and displays their output. This gives you complete control over what to display and to who, and an extreme configurability.

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

sudo apt-get -y install efingerd

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

You can also use apt command to install efingerd.

sudo apt -y install efingerd

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

sudo aptitude install efingerd

Summary

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