How To Install rubygem-mini_portile on Fedora 36

In this tutorial we learn how to install rubygem-mini_portile in Fedora 36. rubygem-mini_portile is Simplistic port-like solution for developers

Introduction

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

What is rubygem-mini_portile

Simplistic port-like solution for developers. It provides a standard and simplified way to compile against dependency libraries without messing up your system.

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

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

sudo dnf -y install rubygem-mini_portile

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

sudo yum -y install rubygem-mini_portile

How To Uninstall rubygem-mini_portile on Fedora 36

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

sudo dnf remove rubygem-mini_portile

rubygem-mini_portile Package Contents on Fedora 36

/usr/share/gems/gems/mini_portile-0.6.2
/usr/share/gems/gems/mini_portile-0.6.2/History.txt
/usr/share/gems/gems/mini_portile-0.6.2/LICENSE.txt
/usr/share/gems/gems/mini_portile-0.6.2/README.rdoc
/usr/share/gems/gems/mini_portile-0.6.2/lib
/usr/share/gems/gems/mini_portile-0.6.2/lib/mini_portile.rb
/usr/share/gems/specifications/mini_portile-0.6.2.gemspec

References

Summary

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