How To Install graphene-tests on Fedora 36

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

Introduction

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

What is graphene-tests

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

We can use yum or dnf to install graphene-tests on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install graphene-tests.

Install graphene-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 graphene-tests using dnf by running the following command:

sudo dnf -y install graphene-tests

Install graphene-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 graphene-tests using yum by running the following command:

sudo yum -y install graphene-tests

How To Uninstall graphene-tests on Fedora 36

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

sudo dnf remove graphene-tests

graphene-tests Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/761f8777b4fcab001d7f4b98cd5aa1b6b02f03
/usr/lib/.build-id/12
/usr/lib/.build-id/12/6aded05bc73a1ea03efe2dc448393ead1146ed
/usr/lib/.build-id/25
/usr/lib/.build-id/25/2a8ecdc283f857377f3abb3cec3caba66ad1fa
/usr/lib/.build-id/27
/usr/lib/.build-id/27/7b411de8b3b6037f515a06c613368d547a0a98
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/bbae5a2dae6eefe514fe4c9ffb507104af5b34
/usr/lib/.build-id/37
/usr/lib/.build-id/37/68494e27b9267b762df3e64755874d8baa8b1b
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/fa675e89e65da3cc7d2054c70653e3fcd9f48a
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/be58d917ead8e62401b4a936fad114d621e16b
/usr/lib/.build-id/78
/usr/lib/.build-id/78/69e25752e8b53789b8d16f3e2d3d84fd808bb2
/usr/lib/.build-id/78/982ceef8c12459926d95eb47fc744580fe3982
/usr/lib/.build-id/79
/usr/lib/.build-id/79/c6b8528f2d7fc58d7d2551782cc2dda00b012b
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/82f53ade68a93d7eac2c94ffad746bea7d550a
/usr/lib/.build-id/96
/usr/lib/.build-id/96/e60466cee9b5f6034208abf848d92cbb2cd1c9
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/f00f17c6be2630050b92dd45433af863036808
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/1a6beea8c88f1931e9a644cdd53d391c8ced31
/usr/lib/.build-id/c3/9eb3a4616575c9c7a0dffd0d437ae24e0c8eaf
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/1f09556600c8ddd3cf8d70691c009ad9218352
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/24c36f72e1140452860630016a35d2b99e8302
/usr/libexec/installed-tests
/usr/libexec/installed-tests/graphene-1.0
/usr/libexec/installed-tests/graphene-1.0/box
/usr/libexec/installed-tests/graphene-1.0/euler
/usr/libexec/installed-tests/graphene-1.0/frustum
/usr/libexec/installed-tests/graphene-1.0/matrix
/usr/libexec/installed-tests/graphene-1.0/plane
/usr/libexec/installed-tests/graphene-1.0/point
/usr/libexec/installed-tests/graphene-1.0/point3d
/usr/libexec/installed-tests/graphene-1.0/quad
/usr/libexec/installed-tests/graphene-1.0/quaternion
/usr/libexec/installed-tests/graphene-1.0/ray
/usr/libexec/installed-tests/graphene-1.0/rect
/usr/libexec/installed-tests/graphene-1.0/simd
/usr/libexec/installed-tests/graphene-1.0/size
/usr/libexec/installed-tests/graphene-1.0/sphere
/usr/libexec/installed-tests/graphene-1.0/triangle
/usr/libexec/installed-tests/graphene-1.0/vec2
/usr/libexec/installed-tests/graphene-1.0/vec3
/usr/libexec/installed-tests/graphene-1.0/vec4
/usr/share/installed-tests
/usr/share/installed-tests/graphene-1.0
/usr/share/installed-tests/graphene-1.0/box.test
/usr/share/installed-tests/graphene-1.0/euler.test
/usr/share/installed-tests/graphene-1.0/frustum.test
/usr/share/installed-tests/graphene-1.0/introspection.py.test
/usr/share/installed-tests/graphene-1.0/matrix.test
/usr/share/installed-tests/graphene-1.0/plane.test
/usr/share/installed-tests/graphene-1.0/point.test
/usr/share/installed-tests/graphene-1.0/point3d.test
/usr/share/installed-tests/graphene-1.0/quad.test
/usr/share/installed-tests/graphene-1.0/quaternion.test
/usr/share/installed-tests/graphene-1.0/ray.test
/usr/share/installed-tests/graphene-1.0/rect.test
/usr/share/installed-tests/graphene-1.0/simd.test
/usr/share/installed-tests/graphene-1.0/size.test
/usr/share/installed-tests/graphene-1.0/sphere.test
/usr/share/installed-tests/graphene-1.0/triangle.test
/usr/share/installed-tests/graphene-1.0/vec2.test
/usr/share/installed-tests/graphene-1.0/vec3.test
/usr/share/installed-tests/graphene-1.0/vec4.test

References

Summary

In this tutorial we learn how to install graphene-tests on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).