How to Install and Uninstall simdjson.x86_64 Package on Fedora 39

Last updated: November 25,2024

1. Install "simdjson.x86_64" package

Learn how to install simdjson.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install simdjson.x86_64

2. Uninstall "simdjson.x86_64" package

This guide let you learn how to uninstall simdjson.x86_64 on Fedora 39:

$ sudo dnf remove simdjson.x86_64 $ sudo dnf autoremove

3. Information about the simdjson.x86_64 package on Fedora 39

Last metadata expiration check: 3:00:21 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : simdjson
Version : 3.1.0
Release : 2.fc39
Architecture : x86_64
Size : 95 k
Source : simdjson-3.1.0-2.fc39.src.rpm
Repository : fedora
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++.