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