How to Install and Uninstall libpth-dev Package on Kali Linux

Last updated: May 05,2024

1. Install "libpth-dev" package

Please follow the steps below to install libpth-dev on Kali Linux

$ sudo apt update $ sudo apt install libpth-dev

2. Uninstall "libpth-dev" package

This guide covers the steps necessary to uninstall libpth-dev on Kali Linux:

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

3. Information about the libpth-dev package on Kali Linux

Package: libpth-dev
Source: pth (2.0.7-22)
Version: 2.0.7-22+b1
Installed-Size: 270
Maintainer: NIIBE Yutaka
Architecture: amd64
Depends: libpth20 (= 2.0.7-22+b1)
Size: 100236
SHA256: 595c8909c9a6356a1b3570b36d4c774689955706d332bbf6776471b95b8949f2
SHA1: b121d545185b8b23a70e9342cf0c46f222db0b1c
MD5sum: 5875b316256306db6a4eb64967ae36b1
Description: 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:
Homepage: https://www.gnu.org/software/pth/
Tag: devel::library, role::devel-lib, suite::gnu
Section: libdevel
Priority: optional
Filename: pool/main/p/pth/libpth-dev_2.0.7-22+b1_amd64.deb