How to Install and Uninstall libpth20 Package on Kali Linux

Last updated: May 17,2024

1. Install "libpth20" package

This tutorial shows how to install libpth20 on Kali Linux

$ sudo apt update $ sudo apt install libpth20

2. Uninstall "libpth20" package

In this section, we are going to explain the necessary steps to uninstall libpth20 on Kali Linux:

$ sudo apt remove libpth20 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpth20 package on Kali Linux

Package: libpth20
Source: pth (2.0.7-22)
Version: 2.0.7-22+b1
Installed-Size: 122
Maintainer: NIIBE Yutaka
Architecture: amd64
Depends: libc6 (>= 2.33)
Size: 44152
SHA256: 27a1d332ff5af991b278fdfdbc93984c62b758762a05c48ae5beed5e5b50b2ed
SHA1: 31417aea42463b196e30e758c21371990c0ad23e
MD5sum: 71f0286af2ca184f460b4612118716b7
Description: GNU Portable Threads
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.
Description-md5:
Multi-Arch: same
Homepage: https://www.gnu.org/software/pth/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pth/libpth20_2.0.7-22+b1_amd64.deb