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

Last updated: April 29,2024

1. Install "libfastjson.x86_64" package

Learn how to install libfastjson.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libfastjson.x86_64

2. Uninstall "libfastjson.x86_64" package

This tutorial shows how to uninstall libfastjson.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove libfastjson.x86_64 $ sudo yum autoremove

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

Installed Packages
Name : libfastjson
Arch : x86_64
Version : 0.99.4
Release : 3.el7
Size : 56 k
Repo : installed
From repo : anaconda
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.