How to Install and Uninstall libfastjson.x86_64 Package on Amazon Linux 2

Last updated: November 25,2024

1. Install "libfastjson.x86_64" package

This guide covers the steps necessary to install libfastjson.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libfastjson.x86_64

2. Uninstall "libfastjson.x86_64" package

Here is a brief guide to show you how to uninstall libfastjson.x86_64 on Amazon Linux 2:

$ sudo yum remove libfastjson.x86_64 $ sudo yum autoremove

3. Information about the libfastjson.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libfastjson
Arch : x86_64
Version : 0.99.4
Release : 3.amzn2
Size : 27 k
Repo : amzn2-core/2/x86_64
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.