How to Install and Uninstall simdjson.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 12,2024

1. Install "simdjson.x86_64" package

Please follow the steps below to install simdjson.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install simdjson.x86_64

2. Uninstall "simdjson.x86_64" package

Here is a brief guide to show you how to uninstall simdjson.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove simdjson.x86_64 $ sudo dnf autoremove

3. Information about the simdjson.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:08:19 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : simdjson
Version : 3.6.3
Release : 1.el9
Architecture : x86_64
Size : 97 k
Source : simdjson-3.6.3-1.el9.src.rpm
Repository : epel
Summary : Parsing gigabytes of JSON per second
URL : https://simdjson.org/
License : Apache-2.0 AND MIT
Description : 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++.