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

Last updated: January 09,2025

1. Install "rubygem-polyglot.noarch" package

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

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

2. Uninstall "rubygem-polyglot.noarch" package

Please follow the guidelines below to uninstall rubygem-polyglot.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:17:03 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rubygem-polyglot
Version : 0.3.5
Release : 15.fc39
Architecture : noarch
Size : 10 k
Source : rubygem-polyglot-0.3.5-15.fc39.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.