How to Install and Uninstall libpth-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "libpth-dev" package

This tutorial shows how to install libpth-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpth-dev

2. Uninstall "libpth-dev" package

This guide let you learn how to uninstall libpth-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpth-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpth-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpth-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 314
Maintainer: Ubuntu Developers
Original-Maintainer: NIIBE Yutaka
Architecture: amd64
Source: pth
Version: 2.0.7-20
Depends: libpth20 (= 2.0.7-20)
Filename: pool/universe/p/pth/libpth-dev_2.0.7-20_amd64.deb
Size: 89658
MD5sum: a93e47b1dfe3a2794d5ccb5b4e5c377f
SHA1: 7dd8763ed622249af9fdd2ea77481cede3f8cc0f
SHA256: bd3bb6a40217107af33c5260aba09e2ab1041c86c3e9be7f2e4b85cdc3097b85
Description-en: GNU Portable Threads (development)
Pth is a very portable POSIX/ANSI-C based library for Unix platforms which
provides non-preemptive priority-based scheduling for multiple threads of
execution ("multithreading") inside server applications. All threads run
in the same address space of the server application, but each thread has
its own individual program-counter, run-time stack, signal mask and errno
variable.
.
This package contains the development files.
Description-md5: ad14fcee422f923d02639de74f138d92
Homepage: http://www.gnu.org/software/pth/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu