ippl command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ippl: command not found
or when using sudo you get the following error message
sudo: ippl: command not found
Solutions to ippl: command not found
How To Fix ippl: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ippl is provided by ippl package.
ippl is:
writes information about incoming ICMP messages, TCP connections and UDP datagrams to syslog.
It is highly configurable and has a built-in DNS cache.
Please note that upstream is rather inactive lately (no release since 2001), and that there are some rather nasty bugs.
An incomplete list of the bugs includes:
- random packets don’t get logged sometimes
- stops logging at all after some weeks
- ipv6 never got implemented
- documentation is out of sync.
Trying to fix these bugs is not easy. Please do not expect the Debian maintainer to do this, but patches are appreciated.
Please consider using a fully-grown intrusion detection system (like snort) instead of ippl.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ippl
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ippl.
sudo apt -y install ippl
Or if you have aptitude installed you can use the following command.
sudo aptitude install ippl
Summary
In this tutorial we learn how to fix ippl command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.