How to Install and Uninstall json-c.i686 Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "json-c.i686" package

Please follow the instructions below to install json-c.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install json-c.i686

2. Uninstall "json-c.i686" package

Please follow the steps below to uninstall json-c.i686 on Amazon Linux 2:

$ sudo yum remove json-c.i686 $ sudo yum autoremove

3. Information about the json-c.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : json-c
Arch : i686
Version : 0.11
Release : 4.amzn2.0.4
Size : 32 k
Repo : amzn2-core/2/x86_64
Summary : A JSON implementation in C
URL : https://github.com/json-c/json-c/wiki
License : MIT
Description : JSON-C 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.