Install nikwi
Installing nikwi package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nikwi
nikwi package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nikwi |
version | 0.0.20120213-3 |
description | platform game where your goal is to collect candies |
subsection | games |
website | badsector.github.io / nikwi / Nikwi_Deluxe / |
maintainer | Debian Games Team |
Uninstall nikwi
To remove just nikwi package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nikwi
Uninstall nikwi and it’s dependent packages
To remove the nikwi package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nikwi
Purging nikwi
If you also want to delete configuration and/or data files of nikwi from Debian Sid then this will work:
sudo apt-get purge nikwi
To delete configuration and/or data files of nikwi and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nikwi