How to Install and Uninstall libfastjson.i686 Package on Fedora 36

Last updated: May 18,2024

1. Install "libfastjson.i686" package

This is a short guide on how to install libfastjson.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install libfastjson.i686

2. Uninstall "libfastjson.i686" package

Here is a brief guide to show you how to uninstall libfastjson.i686 on Fedora 36:

$ sudo dnf remove libfastjson.i686 $ sudo dnf autoremove

3. Information about the libfastjson.i686 package on Fedora 36

Last metadata expiration check: 5:30:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libfastjson
Version : 0.99.9
Release : 3.fc36
Architecture : i686
Size : 39 k
Source : libfastjson-0.99.9-3.fc36.src.rpm
Repository : fedora
Summary : A JSON implementation in C
URL : https://github.com/rsyslog/libfastjson
License : MIT
Description : LIBFASTJSON implements a reference counting object
: model that allows you to easily construct JSON
: objects in C, output them as JSON formatted strings
: and parse JSON formatted strings back into the
: C representation of JSON objects.