Install libpth20
Installing libpth20 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libpth20
libpth20 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libpth20 |
version | 2.0.7-20 |
description | GNU Portable Threads |
subsection | libs |
website | gnu.org / software / pth / |
maintainer | NIIBE Yutaka |
Uninstall libpth20
To remove just libpth20 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libpth20
Uninstall libpth20 and it’s dependent packages
To remove the libpth20 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libpth20
Purging libpth20
If you also want to delete configuration and/or data files of libpth20 from Debian Sid then this will work:
sudo apt-get purge libpth20
To delete configuration and/or data files of libpth20 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libpth20