Install python-poker-engine
Installing python-poker-engine package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-poker-engine
python-poker-engine package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-poker-engine |
version | 1.3.6-1.2 |
description | multiplayer poker engine with abstract variants specifications |
subsection | python |
maintainer | Loic Dachary (OuoU) |
Uninstall python-poker-engine
To remove just python-poker-engine package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-poker-engine
Uninstall python-poker-engine and it’s dependent packages
To remove the python-poker-engine package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-poker-engine
Purging python-poker-engine
If you also want to delete configuration and/or data files of python-poker-engine from Debian Sid then this will work:
sudo apt-get purge python-poker-engine
To delete configuration and/or data files of python-poker-engine and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-poker-engine