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