Install monopd
Installing monopd package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install monopd
monopd package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | monopd |
version | 0.10.2-1 |
description | Monopoly game network server |
subsection | games |
website | gtkatlantic.gradator.net |
maintainer | Debian Games Team |
Uninstall monopd
To remove just monopd package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove monopd
Uninstall monopd and it’s dependent packages
To remove the monopd package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove monopd
Purging monopd
If you also want to delete configuration and/or data files of monopd from Debian Sid then this will work:
sudo apt-get purge monopd
To delete configuration and/or data files of monopd and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove monopd