How to Install and Uninstall libsdsl3 Package on Kali Linux

Last updated: May 17,2024

1. Install "libsdsl3" package

Please follow the guidelines below to install libsdsl3 on Kali Linux

$ sudo apt update $ sudo apt install libsdsl3

2. Uninstall "libsdsl3" package

Please follow the instructions below to uninstall libsdsl3 on Kali Linux:

$ sudo apt remove libsdsl3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsdsl3 package on Kali Linux

Package: libsdsl3
Source: libsdsl
Version: 2.1.1+dfsg-4
Installed-Size: 609
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libjs-d3, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 206712
SHA256: 99ff9ec41b6519105dcf27742a272decb7f3c96c384d4b2d94d4ea5b81eb624e
SHA1: 624ce27864e6b8bf4605c64b39daff9a794b85b2
MD5sum: 06da848aa81d78edeced85c480bc01f5
Description: succinct data structure library
The Succinct Data Structure Library (SDSL) is a powerful and flexible
C++11 library implementing succinct data structures. In total, the
library contains the highlights of 40 research publications. Succinct
data structures can represent an object (such as a bitvector or a
tree) in space close the information-theoretic lower bound of the
object while supporting operations of the original object
efficiently. The theoretical time complexity of an operations
performed on the classical data structure and the equivalent succinct
data structure are (most of the time) identical.
.
This package installs static library.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/simongog/sdsl-lite
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libs/libsdsl/libsdsl3_2.1.1+dfsg-4_amd64.deb