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

Last updated: May 18,2024

1. Install "jsoncpp.i686" package

This tutorial shows how to install jsoncpp.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install jsoncpp.i686

2. Uninstall "jsoncpp.i686" package

This tutorial shows how to uninstall jsoncpp.i686 on Amazon Linux 2:

$ sudo yum remove jsoncpp.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : jsoncpp
Arch : i686
Version : 1.7.2
Release : 3.amzn2.0.2
Size : 85 k
Repo : amzn2-core/2/x86_64
Summary : JSON library implemented in C++
URL : https://github.com/open-source-parsers/jsoncpp
License : Public Domain or MIT
Description : jsoncpp is an implementation of a JSON (http://json.org) reader
: and writer in C++. JSON (JavaScript Object Notation) is a
: lightweight data-interchange format. It is easy for humans to read
: and write. It is easy for machines to parse and generate.