Install njam-data
Installing njam-data package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install njam-data
njam-data package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | njam-data |
version | 1.25-9 |
description | pacman-like game with multiplayer support — data files |
subsection | games |
website | njam.sourceforge.net |
maintainer | Daniel Echeverry |
Uninstall njam-data
To remove just njam-data package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove njam-data
Uninstall njam-data and it’s dependent packages
To remove the njam-data package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove njam-data
Purging njam-data
If you also want to delete configuration and/or data files of njam-data from Debian Sid then this will work:
sudo apt-get purge njam-data
To delete configuration and/or data files of njam-data and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove njam-data