How to Install and Uninstall libfastjson.src Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "libfastjson.src" package

Please follow the steps below to install libfastjson.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libfastjson.src

2. Uninstall "libfastjson.src" package

Here is a brief guide to show you how to uninstall libfastjson.src on Oracle Linux 9:

$ sudo dnf remove libfastjson.src $ sudo dnf autoremove

3. Information about the libfastjson.src package on Oracle Linux 9

Last metadata expiration check: 3:30:18 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libfastjson
Version : 0.99.9
Release : 5.el9
Architecture : src
Size : 436 k
Source : None
Repository : ol9_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.