lsmbox command not found

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

Introduction

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

lsmbox: command not found

or when using sudo you get the following error message

sudo: lsmbox: command not found

Solutions to lsmbox: command not found

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

In Ubuntu lsmbox is provided by lsmbox package.

lsmbox is:

This program lists the number of total and unread messages in one or several mailbox files, and can also be used to continuously monitor the mailboxes.

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

sudo apt-get -y install lsmbox

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

You can also use apt command to install lsmbox.

sudo apt -y install lsmbox

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

sudo aptitude install lsmbox

Summary

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