How to Install and Uninstall libfastjson.i686 Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "libfastjson.i686" package

Please follow the guidelines below to install libfastjson.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libfastjson.i686

2. Uninstall "libfastjson.i686" package

This tutorial shows how to uninstall libfastjson.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove libfastjson.i686 $ sudo dnf autoremove

3. Information about the libfastjson.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:33:02 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libfastjson
Version : 0.99.8
Release : 2.el8
Architecture : i686
Size : 39 k
Source : libfastjson-0.99.8-2.el8.src.rpm
Repository : appstream
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.