How To Install rubygem-test-unit-notify on Fedora 36

In this tutorial we learn how to install rubygem-test-unit-notify in Fedora 36. rubygem-test-unit-notify is Test

Introduction

In this tutorial we learn how to install rubygem-test-unit-notify on Fedora 36.

What is rubygem-test-unit-notify

Test

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

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

sudo dnf -y install rubygem-test-unit-notify

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

sudo yum -y install rubygem-test-unit-notify

How To Uninstall rubygem-test-unit-notify on Fedora 36

To uninstall only the rubygem-test-unit-notify package we can use the following command:

sudo dnf remove rubygem-test-unit-notify

rubygem-test-unit-notify Package Contents on Fedora 36

/usr/share/gems/gems/test-unit-notify-1.0.4
/usr/share/gems/gems/test-unit-notify-1.0.4/README.md
/usr/share/gems/gems/test-unit-notify-1.0.4/data
/usr/share/gems/gems/test-unit-notify-1.0.4/data/icons
/usr/share/gems/gems/test-unit-notify-1.0.4/data/icons/kinotan
/usr/share/gems/gems/test-unit-notify-1.0.4/data/icons/kinotan/default.png
/usr/share/gems/gems/test-unit-notify-1.0.4/data/icons/kinotan/error.png
/usr/share/gems/gems/test-unit-notify-1.0.4/data/icons/kinotan/failure.png
/usr/share/gems/gems/test-unit-notify-1.0.4/data/icons/kinotan/omission.png
/usr/share/gems/gems/test-unit-notify-1.0.4/data/icons/kinotan/pass.png
/usr/share/gems/gems/test-unit-notify-1.0.4/data/icons/kinotan/pending.png
/usr/share/gems/gems/test-unit-notify-1.0.4/doc
/usr/share/gems/gems/test-unit-notify-1.0.4/doc/text
/usr/share/gems/gems/test-unit-notify-1.0.4/doc/text/lgpl.txt
/usr/share/gems/gems/test-unit-notify-1.0.4/doc/text/news.md
/usr/share/gems/gems/test-unit-notify-1.0.4/lib
/usr/share/gems/gems/test-unit-notify-1.0.4/lib/test
/usr/share/gems/gems/test-unit-notify-1.0.4/lib/test-unit-notify.rb
/usr/share/gems/gems/test-unit-notify-1.0.4/lib/test/unit
/usr/share/gems/gems/test-unit-notify-1.0.4/lib/test/unit/notify
/usr/share/gems/gems/test-unit-notify-1.0.4/lib/test/unit/notify.rb
/usr/share/gems/gems/test-unit-notify-1.0.4/lib/test/unit/notify/version.rb
/usr/share/gems/specifications/test-unit-notify-1.0.4.gemspec

References

Summary

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