How to Install and Uninstall ruby3.2-rubygem-polyglot Package on openSuSE Tumbleweed

Last updated: June 16,2024

1. Install "ruby3.2-rubygem-polyglot" package

In this section, we are going to explain the necessary steps to install ruby3.2-rubygem-polyglot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.2-rubygem-polyglot

2. Uninstall "ruby3.2-rubygem-polyglot" package

Please follow the instructions below to uninstall ruby3.2-rubygem-polyglot on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.2-rubygem-polyglot

3. Information about the ruby3.2-rubygem-polyglot package on openSuSE Tumbleweed

Information for package ruby3.2-rubygem-polyglot:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.2-rubygem-polyglot
Version : 0.3.5-1.34
Arch : x86_64
Vendor : openSUSE
Installed Size : 17.6 KiB
Installed : No
Status : not installed
Source package : rubygem-polyglot-0.3.5-1.34.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.