bopm command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
bopm: command not found
or when using sudo you get the following error message
sudo: bopm: command not found
Solutions to bopm: command not found
How To Fix bopm: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu bopm is provided by bopm package.
bopm is:
An open-source open proxy monitor, designed for use with hybrid-based ircds, although it can be used with slight modification on any server which has +c to show connects to opers and that supports KLINEs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install bopm
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install bopm.
sudo apt -y install bopm
Or if you have aptitude installed you can use the following command.
sudo aptitude install bopm
Summary
In this tutorial we learn how to fix bopm command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.