How to Install and Uninstall libsimdjson19 Package on Kali Linux

Last updated: May 12,2024

1. Install "libsimdjson19" package

Here is a brief guide to show you how to install libsimdjson19 on Kali Linux

$ sudo apt update $ sudo apt install libsimdjson19

2. Uninstall "libsimdjson19" package

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

$ sudo apt remove libsimdjson19 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsimdjson19 package on Kali Linux

Package: libsimdjson19
Source: simdjson
Version: 3.6.4-1
Installed-Size: 233
Maintainer: Mo Zhou
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 76468
SHA256: e6258677594d8456708f9ebcc6524dd1785ef1762b51d11fb9723e0b47e81fd2
SHA1: 642b15cfde8dabe111420b452cc026afe415d1b5
MD5sum: b2160c94053eabb3173f6b18dfb92c70
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 4x faster than
RapidJSON and 25x faster than JSON for Modern C++.
.
* Fast: Over 4x 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.
* 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:
Multi-Arch: same
Homepage: https://github.com/lemire/simdjson
Section: libs
Priority: optional
Filename: pool/main/s/simdjson/libsimdjson19_3.6.4-1_amd64.deb

5. The same packages on other Linux Distributions