Install nexuiz
Installing nexuiz package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nexuiz
nexuiz package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nexuiz |
version | 2.5.2+dp-3 |
description | Fast-paced 3D first-person shooter |
subsection | games |
website | alientrap.org / games / nexuiz |
maintainer | Debian Games Team |
Uninstall nexuiz
To remove just nexuiz package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nexuiz
Uninstall nexuiz and it’s dependent packages
To remove the nexuiz package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nexuiz
Purging nexuiz
If you also want to delete configuration and/or data files of nexuiz from Debian Sid then this will work:
sudo apt-get purge nexuiz
To delete configuration and/or data files of nexuiz and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nexuiz