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