How To Install json-glib-tests.x86_64 on Amazon Linux 2

In this tutorial we learn how to install json-glib-tests.x86_64 in Amazon Linux 2. json-glib-tests.x86_64 is Tests for the json-glib package

Introduction

In this tutorial we learn how to install json-glib-tests.x86_64 on Amazon Linux 2.

What is json-glib-tests.x86_64

The json-glib-tests package contains tests that can be used to verify the functionality of the installed json-glib package.

We can use yum to install json-glib-tests.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install json-glib-tests.x86_64.

Install json-glib-tests.x86_64 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 json-glib-tests.x86_64 using yum by running the following command:

sudo yum -y install json-glib-tests.x86_64

How To Uninstall json-glib-tests.x86_64 on Amazon Linux 2

To uninstall only the json-glib-tests.x86_64 package we can use the following command:

sudo yum remove json-glib-tests.x86_64

json-glib-tests.x86_64 Package Contents on Amazon Linux 2

/usr/libexec/installed-tests
/usr/libexec/installed-tests/json-glib-1.0
/usr/libexec/installed-tests/json-glib-1.0/array
/usr/libexec/installed-tests/json-glib-1.0/boxed
/usr/libexec/installed-tests/json-glib-1.0/builder
/usr/libexec/installed-tests/json-glib-1.0/generator
/usr/libexec/installed-tests/json-glib-1.0/gvariant
/usr/libexec/installed-tests/json-glib-1.0/invalid
/usr/libexec/installed-tests/json-glib-1.0/node
/usr/libexec/installed-tests/json-glib-1.0/object
/usr/libexec/installed-tests/json-glib-1.0/parser
/usr/libexec/installed-tests/json-glib-1.0/path
/usr/libexec/installed-tests/json-glib-1.0/reader
/usr/libexec/installed-tests/json-glib-1.0/serialize-complex
/usr/libexec/installed-tests/json-glib-1.0/serialize-full
/usr/libexec/installed-tests/json-glib-1.0/serialize-simple
/usr/libexec/installed-tests/json-glib-1.0/stream-load.json
/usr/share/installed-tests
/usr/share/installed-tests/json-glib-1.0
/usr/share/installed-tests/json-glib-1.0/array.test
/usr/share/installed-tests/json-glib-1.0/boxed.test
/usr/share/installed-tests/json-glib-1.0/builder.test
/usr/share/installed-tests/json-glib-1.0/generator.test
/usr/share/installed-tests/json-glib-1.0/gvariant.test
/usr/share/installed-tests/json-glib-1.0/invalid.test
/usr/share/installed-tests/json-glib-1.0/node.test
/usr/share/installed-tests/json-glib-1.0/object.test
/usr/share/installed-tests/json-glib-1.0/parser.test
/usr/share/installed-tests/json-glib-1.0/path.test
/usr/share/installed-tests/json-glib-1.0/reader.test
/usr/share/installed-tests/json-glib-1.0/serialize-complex.test
/usr/share/installed-tests/json-glib-1.0/serialize-full.test
/usr/share/installed-tests/json-glib-1.0/serialize-simple.test

References

Summary

In this tutorial we learn how to install json-glib-tests.x86_64 on Amazon Linux 2 using yum.