How to Install libpth-dev in Ubuntu 18.04



Install libpth-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libpth-dev

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.

Homepage: http://www.gnu.org/software/pth/

Version: 2.0.7-20

Section: universe/libdevel