Install purity-ng
Installing purity-ng package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install purity-ng
purity-ng package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | purity-ng |
version | 0.2.0-2.1 |
description | Reimplementation of the classic “purity” game in Python |
subsection | games |
website | launchpad.net / purity-ng |
maintainer | Simon Fondrie-Teitler |
Uninstall purity-ng
To remove just purity-ng package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove purity-ng
Uninstall purity-ng and it’s dependent packages
To remove the purity-ng package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove purity-ng
Purging purity-ng
If you also want to delete configuration and/or data files of purity-ng from Debian Sid then this will work:
sudo apt-get purge purity-ng
To delete configuration and/or data files of purity-ng and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove purity-ng