How to Install and Uninstall libst-dev Package on Kali Linux

Last updated: May 21,2024

1. Install "libst-dev" package

Please follow the step by step instructions below to install libst-dev on Kali Linux

$ sudo apt update $ sudo apt install libst-dev

2. Uninstall "libst-dev" package

Please follow the steps below to uninstall libst-dev on Kali Linux:

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

3. Information about the libst-dev package on Kali Linux

Package: libst-dev
Source: st
Version: 1.9-3.2
Installed-Size: 297
Maintainer: Wesley W. Terpstra (Debian)
Architecture: amd64
Depends: libst1 (= 1.9-3.2), libc6-dev
Recommends: pkg-config
Conflicts: sox (<= 12.17.2-1), sox-dev
Size: 70268
SHA256: 587ab26b66c78568a75a598cf32c2c93b89f1b6e00f1508037a73664171abd13
SHA1: b296f7af4f0a250593a9f1a3a89857d4768997ee
MD5sum: 1b7f13209246d035397d6e29f5991d24
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.
Description-md5:
Homepage: http://state-threads.sourceforge.net/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/s/st/libst-dev_1.9-3.2_amd64.deb