How to Install and Uninstall libfastjson.x86_64 Package on Fedora 39

Last updated: November 30,2024

1. Install "libfastjson.x86_64" package

Please follow the steps below to install libfastjson.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install libfastjson.x86_64

2. Uninstall "libfastjson.x86_64" package

This guide covers the steps necessary to uninstall libfastjson.x86_64 on Fedora 39:

$ sudo dnf remove libfastjson.x86_64 $ sudo dnf autoremove

3. Information about the libfastjson.x86_64 package on Fedora 39

Last metadata expiration check: 2:27:51 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libfastjson
Version : 1.2304.0
Release : 2.fc39
Architecture : x86_64
Size : 38 k
Source : libfastjson-1.2304.0-2.fc39.src.rpm
Repository : fedora
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.