How to Install and Uninstall libsimdjson5 Package on Ubuntu 21.10 (Impish Indri)

Last updated: December 24,2024

1. Install "libsimdjson5" package

Learn how to install libsimdjson5 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libsimdjson5

2. Uninstall "libsimdjson5" package

This guide covers the steps necessary to uninstall libsimdjson5 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libsimdjson5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsimdjson5 package on Ubuntu 21.10 (Impish Indri)

Package: libsimdjson5
Architecture: amd64
Version: 0.7.1-1
Priority: optional
Section: universe/libs
Source: simdjson
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Mo Zhou
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 183
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/s/simdjson/libsimdjson5_0.7.1-1_amd64.deb
Size: 62400
MD5sum: b544abd186e40f24d6459cb93d7a1877
SHA1: a8f230098fc947e59430bf2507abcce4d0b6c3f4
SHA256: 131d1815f8dec48a38dce5f88b4b79a829066dbaa469601a449200017b678dc3
SHA512: 0193b9982569685ad71e534b4855d83522e514f5dc2a4338951a44decb395a45adaf24d1734a8e2a0f81cc4b92ef9f5eb5eebb79aed243b78cc7c863233708e4
Homepage: https://github.com/lemire/simdjson
Description-en: 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

5. The same packages on other Linux Distributions