How to Install and Uninstall ruby2.5-rubygem-polyglot Package on openSUSE Leap

Last updated: June 23,2024

1. Install "ruby2.5-rubygem-polyglot" package

Please follow the guidelines below to install ruby2.5-rubygem-polyglot on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ruby2.5-rubygem-polyglot

2. Uninstall "ruby2.5-rubygem-polyglot" package

Learn how to uninstall ruby2.5-rubygem-polyglot on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-polyglot

3. Information about the ruby2.5-rubygem-polyglot package on openSUSE Leap

Information for package ruby2.5-rubygem-polyglot:
-------------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-polyglot
Version : 0.3.5-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 17.4 KiB
Installed : No
Status : not installed
Source package : rubygem-polyglot-0.3.5-bp155.2.10.src
Upstream URL : http://github.com/cjheath/polyglot
Summary : Augment 'require' to load non-Ruby file types
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.