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

Last updated: September 21,2024

1. Install "libsimdjson-dev" package

Please follow the guidelines below to install libsimdjson-dev on Kali Linux

$ sudo apt update $ sudo apt install libsimdjson-dev

2. Uninstall "libsimdjson-dev" package

Please follow the guidelines below to uninstall libsimdjson-dev on Kali Linux:

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

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

Package: libsimdjson-dev
Source: simdjson
Version: 3.6.4-1
Installed-Size: 3965
Maintainer: Mo Zhou
Architecture: amd64
Depends: libsimdjson19 (= 3.6.4-1)
Size: 221424
SHA256: b36862d9356ca99e126738fe1efba2394bd92cf298138a84ac4333070df9b0f8
SHA1: ec5b4baa7cba4c8bfc8666d1282711e58a7343f9
MD5sum: 6f8c5efe3e4493cbd136b4f7d51cbbba
Description: Parsing gigabytes of JSON per second (development)
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 development files.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/lemire/simdjson
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/s/simdjson/libsimdjson-dev_3.6.4-1_amd64.deb