wuzzah command not found

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

Introduction

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

wuzzah: command not found

or when using sudo you get the following error message

sudo: wuzzah: command not found

Solutions to wuzzah: command not found

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

In Ubuntu wuzzah is provided by wuzzah package.

wuzzah is:

The idea: you have friends on a system, and you want to know when they log on and off when you’re logged on. what’s more, maybe you’re tired of throwing together crappy/clunky who(1)/w(1)/finger(1) commands in obfuscated shell/perl scripts that only half do the job anyway.

wuzzah is a program that selectively scans a system’s utmpx records (where logins are stored, among other things), keeping an eye out for your friends logging in and out, taking customizable actions on events. wuzzah is small, fast, efficient, and written in C.

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

sudo apt-get -y install wuzzah

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

You can also use apt command to install wuzzah.

sudo apt -y install wuzzah

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

sudo aptitude install wuzzah

Summary

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