How To Install json-glib-tests on Fedora 36

In this tutorial we learn how to install json-glib-tests in Fedora 36. json-glib-tests is Tests for the json-glib package

Introduction

In this tutorial we learn how to install json-glib-tests on Fedora 36.

What is json-glib-tests

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 or dnf to install json-glib-tests on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install json-glib-tests.

Install json-glib-tests on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install json-glib-tests using dnf by running the following command:

sudo dnf -y install json-glib-tests

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

sudo yum -y install json-glib-tests

How To Uninstall json-glib-tests on Fedora 36

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

sudo dnf remove json-glib-tests

json-glib-tests Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/aab958dc357d660a3d0c9b01c4504b334966e0
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/c55e983a71d986d79eacd2368e05d4dbcd3574
/usr/lib/.build-id/43
/usr/lib/.build-id/43/150b47b2720844758b9c76f5fa2fc4968e7377
/usr/lib/.build-id/64
/usr/lib/.build-id/64/dc6d07a2d8ae5e884879459b0809851176559c
/usr/lib/.build-id/66
/usr/lib/.build-id/66/c254cb882ffcaf08e38917ce9b06158d2fda55
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/0e5a901c1b4ce4b24deb211a98c7d2549e3325
/usr/lib/.build-id/80
/usr/lib/.build-id/80/f303e91b9ae96223a77a67fdeb417d2031718f
/usr/lib/.build-id/86
/usr/lib/.build-id/86/fb3dd8f9ffa6e88883566bfabd07d2532ae44a
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/b8246e9ed3e33b8d7bb85eed861afa9968af9b
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/00e54b9b2c8164e26f6d6d90076105a1a19723
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/afeaec898da7e9666fb57c279993a4d76a45c9
/usr/lib/.build-id/d6/9b855bb5a90abe253901477da16a2376ea2731
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/dcbd454b2901b5af06048e1f7fd0e23577ec36
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/5c00ef3c2b9ed344ab76a65a006af9f33c76cf
/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/invalid.json
/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/skip-bom.json
/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 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).