How To Install lutok-tests on Fedora 36

In this tutorial we learn how to install lutok-tests in Fedora 36. lutok-tests is Run-time tests of the Lutok library

Introduction

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

What is lutok-tests

This package installs the run-time tests for the Lutok library. Please see the README.Fedora file in the documentation directory for further details on how to run the installed tests.

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

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

sudo dnf -y install lutok-tests

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

sudo yum -y install lutok-tests

How To Uninstall lutok-tests on Fedora 36

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

sudo dnf remove lutok-tests

lutok-tests Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/ebfaba7599a2ef9fdce1efe2c24f6a892f743d
/usr/lib/.build-id/21
/usr/lib/.build-id/21/c1a6f59ea571eb641cbccf56e95ac741a45624
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/95008d7a186a7d2a2823970edb159a5bfd33fd
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/f2f79d94ad1c4123e18370a300c59323fd156e
/usr/lib/.build-id/df
/usr/lib/.build-id/df/2036f22a6db2b0aca6a9ca854d0eb914567446
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/efe1b23372705126b221d8b1df2e1e3a8845cd
/usr/libexec/lutok/tests
/usr/libexec/lutok/tests/Kyuafile
/usr/libexec/lutok/tests/c_gate_test
/usr/libexec/lutok/tests/debug_test
/usr/libexec/lutok/tests/examples_test
/usr/libexec/lutok/tests/exceptions_test
/usr/libexec/lutok/tests/operations_test
/usr/libexec/lutok/tests/stack_cleaner_test
/usr/libexec/lutok/tests/state_test
/usr/share/doc/lutok-tests
/usr/share/doc/lutok-tests/README.Fedora

References

Summary

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