isoqlog command not found

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

Introduction

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

isoqlog: command not found

or when using sudo you get the following error message

sudo: isoqlog: command not found

Solutions to isoqlog: command not found

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

In Ubuntu isoqlog is provided by isoqlog package.

isoqlog is:

Isoqlog is an MTA log analysis program written in C. It designed to scan qmail, postfix, sendmail logfile and produce usage statistics in HTML format for viewing through a browser. It produces Top domains output according to Sender, Receiver, Total mails and bytes; it keeps your main domain mail statistics with regard to Days Top Domain, Top Users values for per day, per month and years.

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

sudo apt-get -y install isoqlog

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

You can also use apt command to install isoqlog.

sudo apt -y install isoqlog

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

sudo aptitude install isoqlog

Summary

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