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

Last updated: October 06,2024

1. Install "rubygem-polyglot.noarch" package

Please follow the instructions below to install rubygem-polyglot.noarch on Fedora 35

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

2. Uninstall "rubygem-polyglot.noarch" package

Please follow the guidance below to uninstall rubygem-polyglot.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:26:27 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rubygem-polyglot
Version : 0.3.5
Release : 11.fc35
Architecture : noarch
Size : 10 k
Source : rubygem-polyglot-0.3.5-11.fc35.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.