How to Install and Uninstall libfastjson.i686 Package on Rocky Linux 9

Last updated: September 21,2024

1. Install "libfastjson.i686" package

This guide let you learn how to install libfastjson.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libfastjson.i686

2. Uninstall "libfastjson.i686" package

This guide covers the steps necessary to uninstall libfastjson.i686 on Rocky Linux 9:

$ sudo dnf remove libfastjson.i686 $ sudo dnf autoremove

3. Information about the libfastjson.i686 package on Rocky Linux 9

Last metadata expiration check: 0:08:09 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libfastjson
Version : 0.99.9
Release : 5.el9
Architecture : i686
Size : 38 k
Source : libfastjson-0.99.9-5.el9.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.