How to Install libst1 in Ubuntu 18.04



Install libst1 by entering the following commands in the terminal:

sudo apt update
sudo apt install libst1

Description:

State Threads Library

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 provides the library required by dependent programs.

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

Version: 1.9-3.1ubuntu1

Section: universe/libs