How to Install and Uninstall libst-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libst-dev" package

This guide let you learn how to install libst-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libst-dev

2. Uninstall "libst-dev" package

Please follow the guidance below to uninstall libst-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libst-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libst-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libst-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 320
Maintainer: Ubuntu Developers
Original-Maintainer: Wesley W. Terpstra (Debian)
Architecture: amd64
Source: st
Version: 1.9-3.1
Depends: libst1 (= 1.9-3.1), libc6-dev
Recommends: pkg-config
Conflicts: sox (<= 12.17.2-1), sox-dev
Filename: pool/universe/s/st/libst-dev_1.9-3.1_amd64.deb
Size: 63448
MD5sum: 7f7dfb84caa932deae2b4d86742e8dfb
SHA1: af23503050683b3480a6637fac21b532a1c22245
SHA256: 308f15af5913ee066d0601d6263e4439f428dfa2f9dbc5dd2456c32b3256d153
Description-en: 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.
Description-md5: 1767b42fb9f91cb231466a9dece0a4bc
Homepage: http://state-threads.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu