Install netmaze
Installing netmaze package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netmaze
netmaze package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netmaze |
version | 0.81+jpg0.82-14.1 |
description | 3-D Multiplayer Combat Game |
subsection | games |
maintainer | John Goerzen |
Uninstall netmaze
To remove just netmaze package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netmaze
Uninstall netmaze and it’s dependent packages
To remove the netmaze package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netmaze
Purging netmaze
If you also want to delete configuration and/or data files of netmaze from Debian Sid then this will work:
sudo apt-get purge netmaze
To delete configuration and/or data files of netmaze and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netmaze