How to Install and Uninstall libsimdjson9 Package on Kali Linux

Last updated: May 07,2024

1. Install "libsimdjson9" package

Please follow the step by step instructions below to install libsimdjson9 on Kali Linux

$ sudo apt update $ sudo apt install libsimdjson9

2. Uninstall "libsimdjson9" package

Please follow the guidelines below to uninstall libsimdjson9 on Kali Linux:

$ sudo apt remove libsimdjson9 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsimdjson9 package on Kali Linux

Package: libsimdjson9
Source: simdjson
Version: 1.0.2-2
Installed-Size: 187
Maintainer: Mo Zhou
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Size: 64116
SHA256: 7eeeccdbd7106ea084489883ff6144e8044400d825193d8d87a89cd9517d73aa
SHA1: 3608aee61cf4c84a39d0e65bd437532cd2c3f97a
MD5sum: 0de506afc36af408a0224768f2393dae
Description: Parsing gigabytes of JSON per second (shared object)
JSON is everywhere on the Internet. Servers spend a *lot* of time parsing it.
We need a fresh approach. The simdjson library uses commonly available SIMD
instructions and microparallel algorithms to parse JSON 2.5x faster than
RapidJSON and 25x faster than JSON for Modern C++.
.
* Fast: Over 2.5x faster than commonly used production-grade JSON parsers.
* Record Breaking Features: Minify JSON at 6 GB/s, validate UTF-8 at 13 GB/s,
NDJSON at 3.5 GB/s.
* Easy: First-class, easy to use and carefully documented APIs.
* Beyond DOM: Try the new On Demand API for twice the speed (>4GB/s).
* Strict: Full JSON and UTF-8 validation, lossless parsing. Performance with
no compromises.
* Automatic: Selects a CPU-tailored parser at runtime.
No configuration needed.
* Reliable: From memory allocation to error handling, simdjson's design
avoids surprises.
* Peer Reviewed: Our research appears in venues like VLDB Journal,
Software: Practice and Experience.
.
This package ships the shared object.
Description-md5: e7378715a43bb96dc6c0029c3c0ad676
Homepage: https://github.com/lemire/simdjson
Section: libs
Priority: optional
Filename: pool/main/s/simdjson/libsimdjson9_1.0.2-2_amd64.deb