hopm command not found

In this troubleshooting guide we learn how to fix hopm command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

hopm: command not found

or when using sudo you get the following error message

sudo: hopm: command not found

Solutions to hopm: command not found

How To Fix hopm: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu hopm is provided by hopm package.

hopm is:

HOPM (Hybrid Open Proxy Monitor) is an open-proxy monitoring bot designed to monitor an individual server (all servers on the network have to run their own bot if the IRCD does not support farconnect user mode) with a local operator {} block and monitor connections. When a client connects to a server, HOPM will scan the connection for insecure proxies. Insecure proxies are determined by attempting to connect the proxy back to another host (usually the IRC server in question).

To fix this problem, we can install more using the command below.

sudo apt-get -y install hopm

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install hopm.

sudo apt -y install hopm

Or if you have aptitude installed you can use the following command.

sudo aptitude install hopm

Summary

In this tutorial we learn how to fix hopm command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.