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

Last updated: May 03,2024

1. Install "libfastjson.x86_64" package

Please follow the instructions below to install libfastjson.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libfastjson.x86_64

2. Uninstall "libfastjson.x86_64" package

Please follow the instructions below to uninstall libfastjson.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libfastjson.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 3:32:41 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : libfastjson
Version : 0.99.8
Release : 2.el8
Architecture : x86_64
Size : 69 k
Source : libfastjson-0.99.8-2.el8.src.rpm
Repository : @System
From repo : 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.