How To Install qjson.i686 on Amazon Linux 2

In this tutorial we learn how to install qjson.i686 in Amazon Linux 2. qjson.i686 is A qt-based library that maps JSON data to QVariant objects

Introduction

In this tutorial we learn how to install qjson.i686 on Amazon Linux 2.

What is qjson.i686

JSON is a lightweight data-interchange format. It can represents integer, real number, string, an ordered sequence of value, and a collection of name/value pairs.QJson is a qt-based library that maps JSON data to QVariant objects.

We can use yum to install qjson.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install qjson.i686.

Install qjson.i686 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install qjson.i686 using yum by running the following command:

sudo yum -y install qjson.i686

How To Uninstall qjson.i686 on Amazon Linux 2

To uninstall only the qjson.i686 package we can use the following command:

sudo yum remove qjson.i686

qjson.i686 Package Contents on Amazon Linux 2

/usr/lib/libqjson.so.0
/usr/lib/libqjson.so.0.8.1
/usr/share/doc/qjson-0.8.1
/usr/share/doc/qjson-0.8.1/COPYING.lib
/usr/share/doc/qjson-0.8.1/README.license
/usr/share/doc/qjson-0.8.1/README.md

References

Summary

In this tutorial we learn how to install qjson.i686 on Amazon Linux 2 using yum.