Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install libpth-dev on Debian Unstable (Sid)


Install libpth-dev

Installing libpth-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install libpth-dev

libpth-dev package information

distro Debian Unstable (Sid)
section Main
name libpth-dev
version 2.0.7-20
description GNU Portable Threads (development)
subsection libdevel
website gnu.org / software / pth / 
maintainer NIIBE Yutaka

Uninstall libpth-dev

To remove just libpth-dev package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove libpth-dev

Uninstall libpth-dev and it’s dependent packages

To remove the libpth-dev package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove libpth-dev

Purging libpth-dev

If you also want to delete configuration and/or data files of libpth-dev from Debian Sid then this will work:

sudo apt-get purge libpth-dev

To delete configuration and/or data files of libpth-dev and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove libpth-dev

 

Comments

comments