How to Install and Uninstall libst1 Package on Kali Linux

Last updated: May 21,2024

1. Install "libst1" package

Please follow the instructions below to install libst1 on Kali Linux

$ sudo apt update $ sudo apt install libst1

2. Uninstall "libst1" package

This guide let you learn how to uninstall libst1 on Kali Linux:

$ sudo apt remove libst1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libst1 package on Kali Linux

Package: libst1
Source: st
Version: 1.9-3.2
Installed-Size: 59
Maintainer: Wesley W. Terpstra (Debian)
Architecture: amd64
Depends: libc6 (>= 2.15)
Size: 21564
SHA256: 284bcccea55ff7ecb7cbb58a1eb04c8b76e64d49134f61f46b6bbf619b16ad6c
SHA1: 48c5896c9a3680ceeb5b88732484ce85707fc21f
MD5sum: 1af941f884e06dd53d0af746a89b0d8e
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.
Description-md5:
Homepage: http://state-threads.sourceforge.net/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/s/st/libst1_1.9-3.2_amd64.deb