monopd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
monopd: command not found
or when using sudo you get the following error message
sudo: monopd: command not found
Solutions to monopd: command not found
How To Fix monopd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu monopd is provided by monopd package.
monopd is:
monopd is a dedicated game server daemon for playing Monopoly-like board games. Clients such as gtkAtlantic connect to the server, which manages the game. Note that you do not need to install this server unless you want to use one of the clients offline, or play custom game types.
Currently supported board games are Monopoly(R) and Atlantic, a variation on Monopoly(R).
To fix this problem, we can install more using the command below.
sudo apt-get -y install monopd
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install monopd.
sudo apt -y install monopd
Or if you have aptitude installed you can use the following command.
sudo aptitude install monopd
Summary
In this tutorial we learn how to fix monopd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.