How To Install origin-tests on Fedora 36

In this tutorial we learn how to install origin-tests in Fedora 36. origin-tests is Origin Test Suite

Introduction

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

What is origin-tests

Origin Test Suite

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

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

sudo dnf -y install origin-tests

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

sudo yum -y install origin-tests

How To Uninstall origin-tests on Fedora 36

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

sudo dnf remove origin-tests

origin-tests Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/a0f4e18905955b997ad5b0437c63525c69fc8d
/usr/libexec/origin
/usr/libexec/origin/extended.test
/usr/libexec/origin/ginkgo
/usr/share/licenses/origin-tests
/usr/share/licenses/origin-tests/LICENSE

References

Summary

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