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

Last updated: September 21,2024

1. Install "rubygem-polyglot.noarch" package

This tutorial shows how to install rubygem-polyglot.noarch on Fedora 34

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

2. Uninstall "rubygem-polyglot.noarch" package

This is a short guide on how to uninstall rubygem-polyglot.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:38:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-polyglot
Version : 0.3.5
Release : 10.fc34
Architecture : noarch
Size : 10 k
Source : rubygem-polyglot-0.3.5-10.fc34.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.