nagzillad command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nagzillad: command not found
or when using sudo you get the following error message
sudo: nagzillad: command not found
Solutions to nagzillad: command not found
How To Fix nagzillad: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nagzillad is provided by nagzilla package.
nagzilla is:
Nagzilla was designed to be a Jabber relay “bot” in that it sits quietly in a room until it gets a message to relay to either a chatroom or a person. It is split into two programs:
- nagzillad - the daemon that sits in the room and sends the messages, and
- nagzillac - the client that gets the messages and hands them to the daemon
To fix this problem, we can install more using the command below.
sudo apt-get -y install nagzilla
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nagzilla.
sudo apt -y install nagzilla
Or if you have aptitude installed you can use the following command.
sudo aptitude install nagzilla
Summary
In this tutorial we learn how to fix nagzillad command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.