How To Install rubygem-test_construct on Fedora 36

In this tutorial we learn how to install rubygem-test_construct in Fedora 36. rubygem-test_construct is Creates temporary files and directories for testing

Introduction

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

What is rubygem-test_construct

Creates temporary files and directories for testing.

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

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

sudo dnf -y install rubygem-test_construct

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

sudo yum -y install rubygem-test_construct

How To Uninstall rubygem-test_construct on Fedora 36

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

sudo dnf remove rubygem-test_construct

rubygem-test_construct Package Contents on Fedora 36

/usr/share/gems/gems/test_construct-2.0.2
/usr/share/gems/gems/test_construct-2.0.2/LICENSE.txt
/usr/share/gems/gems/test_construct-2.0.2/lib
/usr/share/gems/gems/test_construct-2.0.2/lib/test_construct
/usr/share/gems/gems/test_construct-2.0.2/lib/test_construct.rb
/usr/share/gems/gems/test_construct-2.0.2/lib/test_construct/helpers.rb
/usr/share/gems/gems/test_construct-2.0.2/lib/test_construct/pathname_extensions.rb
/usr/share/gems/gems/test_construct-2.0.2/lib/test_construct/rspec_integration.rb
/usr/share/gems/gems/test_construct-2.0.2/lib/test_construct/version.rb
/usr/share/gems/specifications/test_construct-2.0.2.gemspec

References

Summary

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