pompem command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pompem: command not found
or when using sudo you get the following error message
sudo: pompem: command not found
Solutions to pompem: command not found
How To Fix pompem: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pompem is provided by pompem package.
pompem is:
Find exploit with a system of advanced search, designed to automate the search for Exploits and Vulnerability in the most important databases facilitating the work of pentesters, ethical hackers and forensics expert. Performs searches in databases: PacketStorm security, CXSecurity, ZeroDay, Vulners, National Vulnerability Database, WPScan Vulnerability Database. This tool is essential in the security of networks and systems.
The search results can be exported to HTML or text format.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pompem
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pompem.
sudo apt -y install pompem
Or if you have aptitude installed you can use the following command.
sudo aptitude install pompem
Summary
In this tutorial we learn how to fix pompem command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.