How to Install libst-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libst-dev

Description:

State Threads Library - Development files

The State Threads library has an interface similar to POSIX threads. . However, the threads are actually all run in-process. This type of threading allows for controlled schedualing points. It is highly useful for designing robust and extremely scalable internet applications since there is no resource contention and locking is generally unnecessary. . It can be combined with traditional threading or multiple process parallelism to take advantage of multiple processors. . This package contains the development files for compiling programs.

Homepage: http://state-threads.sourceforge.net/

Version: 1.9-3.1ubuntu1

Section: universe/libdevel