How To Install rubygem-thread_order on Fedora 36

In this tutorial we learn how to install rubygem-thread_order in Fedora 36. rubygem-thread_order is Test helper for ordering threaded code

Introduction

In this tutorial we learn how to install rubygem-thread_order on Fedora 36.

What is rubygem-thread_order

Test helper for ordering threaded code.

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

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

sudo dnf -y install rubygem-thread_order

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

sudo yum -y install rubygem-thread_order

How To Uninstall rubygem-thread_order on Fedora 36

To uninstall only the rubygem-thread_order package we can use the following command:

sudo dnf remove rubygem-thread_order

rubygem-thread_order Package Contents on Fedora 36

/usr/share/gems/gems/thread_order-1.1.1
/usr/share/gems/gems/thread_order-1.1.1/License.txt
/usr/share/gems/gems/thread_order-1.1.1/Readme.md
/usr/share/gems/gems/thread_order-1.1.1/lib
/usr/share/gems/gems/thread_order-1.1.1/lib/thread_order
/usr/share/gems/gems/thread_order-1.1.1/lib/thread_order.rb
/usr/share/gems/gems/thread_order-1.1.1/lib/thread_order/mutex.rb
/usr/share/gems/gems/thread_order-1.1.1/lib/thread_order/version.rb
/usr/share/gems/specifications/thread_order-1.1.1.gemspec

References

Summary

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