How To Install rubygem-mini_portile2 on Fedora 36

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

Introduction

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

What is rubygem-mini_portile2

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_portile2 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-mini_portile2.

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

sudo dnf -y install rubygem-mini_portile2

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

sudo yum -y install rubygem-mini_portile2

How To Uninstall rubygem-mini_portile2 on Fedora 36

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

sudo dnf remove rubygem-mini_portile2

rubygem-mini_portile2 Package Contents on Fedora 36

/usr/share/gems/gems/mini_portile2-2.8.0
/usr/share/gems/gems/mini_portile2-2.8.0/CHANGELOG.md
/usr/share/gems/gems/mini_portile2-2.8.0/LICENSE.txt
/usr/share/gems/gems/mini_portile2-2.8.0/README.md
/usr/share/gems/gems/mini_portile2-2.8.0/SECURITY.md
/usr/share/gems/gems/mini_portile2-2.8.0/lib
/usr/share/gems/gems/mini_portile2-2.8.0/lib/mini_portile2
/usr/share/gems/gems/mini_portile2-2.8.0/lib/mini_portile2.rb
/usr/share/gems/gems/mini_portile2-2.8.0/lib/mini_portile2/mini_portile.rb
/usr/share/gems/gems/mini_portile2-2.8.0/lib/mini_portile2/mini_portile_cmake.rb
/usr/share/gems/gems/mini_portile2-2.8.0/lib/mini_portile2/version.rb
/usr/share/gems/specifications/mini_portile2-2.8.0.gemspec

References

Summary

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