How to Install and Uninstall libfastjson.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "libfastjson.x86_64" package

This tutorial shows how to install libfastjson.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libfastjson.x86_64

2. Uninstall "libfastjson.x86_64" package

This is a short guide on how to uninstall libfastjson.x86_64 on Rocky Linux 8:

$ sudo dnf remove libfastjson.x86_64 $ sudo dnf autoremove

3. Information about the libfastjson.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:40:50 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libfastjson
Version : 0.99.9
Release : 1.el8
Architecture : x86_64
Size : 37 k
Source : libfastjson-0.99.9-1.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.