How to Install and Uninstall pth-dbg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "pth-dbg" package

Please follow the step by step instructions below to install pth-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pth-dbg

2. Uninstall "pth-dbg" package

This guide covers the steps necessary to uninstall pth-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pth-dbg $ sudo apt autoclean && sudo apt autoremove

3. Information about the pth-dbg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pth-dbg
Priority: extra
Section: universe/libdevel
Installed-Size: 131
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/pth-dbg_2.0.7-20_amd64.deb
Size: 73458
MD5sum: 3516715172b440258fbf208ffee2f972
SHA1: 3bc1a636def1bb6ea964729b0654e794add52134
SHA256: ad76102ee7465219c4cf1455b7c34040749547920ec25fa98e332435b1822fdb
Description-en: GNU Portable Threads (debug)
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 debug symbols.
Description-md5: c490e0230cdde8968e71183b8e08a764
Multi-Arch: same
Homepage: http://www.gnu.org/software/pth/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu