How To Install rubygem-little-plugger on Fedora 36

In this tutorial we learn how to install rubygem-little-plugger in Fedora 36. rubygem-little-plugger is LittlePlugger is a module that provides Gem based plugin management

Introduction

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

What is rubygem-little-plugger

LittlePlugger is a module that provides Gem based plugin management. By extending your own class or module with LittlePlugger you can easily manage the loading and initializing of plugins provided by other gems.

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

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

sudo dnf -y install rubygem-little-plugger

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

sudo yum -y install rubygem-little-plugger

How To Uninstall rubygem-little-plugger on Fedora 36

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

sudo dnf remove rubygem-little-plugger

rubygem-little-plugger Package Contents on Fedora 36

/usr/share/gems/gems/little-plugger-1.1.4
/usr/share/gems/gems/little-plugger-1.1.4/README.rdoc
/usr/share/gems/gems/little-plugger-1.1.4/lib
/usr/share/gems/gems/little-plugger-1.1.4/lib/little-plugger.rb
/usr/share/gems/specifications/little-plugger-1.1.4.gemspec

References

Summary

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