gnubiff command not found

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

Introduction

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

gnubiff: command not found

or when using sudo you get the following error message

sudo: gnubiff: command not found

Solutions to gnubiff: command not found

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

In Ubuntu gnubiff is provided by gnubiff package.

gnubiff is:

gnubiff checks for mail within a file, a qmail or MH style dir, or an IMAP4 or POP3 or APOP server. It can display headers (number, sender, subject, and date) when new mail has arrived.

While gnubiff is implemented as a GNOME panel applet, it also runs as an independent icon on the desktop in other environments.

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

sudo apt-get -y install gnubiff

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

You can also use apt command to install gnubiff.

sudo apt -y install gnubiff

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

sudo aptitude install gnubiff

Summary

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