Install python-pthreading
Installing python-pthreading package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-pthreading
python-pthreading package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-pthreading |
version | 0.1.4-1 |
description | Reimplementation of Python locking objects with libpthread |
subsection | python |
maintainer | Milan Zamazal |
Uninstall python-pthreading
To remove just python-pthreading package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-pthreading
Uninstall python-pthreading and it’s dependent packages
To remove the python-pthreading package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-pthreading
Purging python-pthreading
If you also want to delete configuration and/or data files of python-pthreading from Debian Sid then this will work:
sudo apt-get purge python-pthreading
To delete configuration and/or data files of python-pthreading and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-pthreading