How to Install and Uninstall rubygem-polyglot.noarch Package on Fedora 36

Last updated: January 13,2025

1. Install "rubygem-polyglot.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-polyglot.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rubygem-polyglot.noarch

2. Uninstall "rubygem-polyglot.noarch" package

This guide let you learn how to uninstall rubygem-polyglot.noarch on Fedora 36:

$ sudo dnf remove rubygem-polyglot.noarch $ sudo dnf autoremove

3. Information about the rubygem-polyglot.noarch package on Fedora 36

Last metadata expiration check: 0:32:15 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : rubygem-polyglot
Version : 0.3.5
Release : 12.fc36
Architecture : noarch
Size : 10 k
Source : rubygem-polyglot-0.3.5-12.fc36.src.rpm
Repository : fedora
Summary : Augment 'require' to load non-Ruby file types
URL : http://github.com/cjheath/polyglot
License : MIT
Description : The Polyglot library allows a Ruby module to register a loader
: for the file type associated with a filename extension, and it
: augments 'require' to find and load matching files.