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

Last updated: June 04,2024

1. Install "libfastjson.i686" package

Please follow the step by step instructions below to install libfastjson.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libfastjson.i686

2. Uninstall "libfastjson.i686" package

Please follow the guidance below to uninstall libfastjson.i686 on Amazon Linux 2:

$ sudo yum remove libfastjson.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : libfastjson
Arch : i686
Version : 0.99.4
Release : 3.amzn2
Size : 29 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.