nwall command not found

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

Introduction

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

nwall: command not found

or when using sudo you get the following error message

sudo: nwall: command not found

Solutions to nwall: command not found

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

In Ubuntu nwall is provided by nwall package.

nwall is:

nwall is a system-local chat program based on BSD wall. It logs chat, as well as providing opt-out lockfiles for users who want to be alerted to system walls, but don’t want to be distracted by the nwall chatter.

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

sudo apt-get -y install nwall

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

You can also use apt command to install nwall.

sudo apt -y install nwall

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

sudo aptitude install nwall

Summary

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