havp command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
havp: command not found
or when using sudo you get the following error message
sudo: havp: command not found
Solutions to havp: command not found
How To Fix havp: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu havp is provided by havp package.
havp is:
HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. The main aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid or standalone.
To fix this problem, we can install more using the command below.
sudo apt-get -y install havp
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install havp.
sudo apt -y install havp
Or if you have aptitude installed you can use the following command.
sudo aptitude install havp
Summary
In this tutorial we learn how to fix havp command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.