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

Last updated: May 13,2024

1. Install "libsdsl-dev" package

Please follow the instructions below to install libsdsl-dev on Kali Linux

$ sudo apt update $ sudo apt install libsdsl-dev

2. Uninstall "libsdsl-dev" package

In this section, we are going to explain the necessary steps to uninstall libsdsl-dev on Kali Linux:

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

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

Package: libsdsl-dev
Source: libsdsl
Version: 2.1.1+dfsg-4
Installed-Size: 3123
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libdivsufsort-dev, libsdsl3 (= 2.1.1+dfsg-4)
Size: 442372
SHA256: 38c5dcc3380d53519e78cf5e84f200d8796b735865abd273cad7f25eba18bfba
SHA1: 53929ea839bb31dc9074a89e2502986b771c57d3
MD5sum: 4dbfbd7696a98472349a59a09c163f91
Description: succinct data structure library - development files
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 development files.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/simongog/sdsl-lite
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libs/libsdsl/libsdsl-dev_2.1.1+dfsg-4_amd64.deb