How to Install and Uninstall simdjson.i686 Package on Fedora 38

Last updated: September 25,2024

1. Install "simdjson.i686" package

This tutorial shows how to install simdjson.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install simdjson.i686

2. Uninstall "simdjson.i686" package

Please follow the guidance below to uninstall simdjson.i686 on Fedora 38:

$ sudo dnf remove simdjson.i686 $ sudo dnf autoremove

3. Information about the simdjson.i686 package on Fedora 38

Last metadata expiration check: 2:37:11 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : simdjson
Version : 3.1.0
Release : 1.fc38
Architecture : i686
Size : 65 k
Source : simdjson-3.1.0-1.fc38.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++.