How to Install and Uninstall ruby2.7-rubygem-zeitwerk Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "ruby2.7-rubygem-zeitwerk" package

In this section, we are going to explain the necessary steps to install ruby2.7-rubygem-zeitwerk on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby2.7-rubygem-zeitwerk

2. Uninstall "ruby2.7-rubygem-zeitwerk" package

This tutorial shows how to uninstall ruby2.7-rubygem-zeitwerk on openSuSE Tumbleweed:

$ sudo zypper remove ruby2.7-rubygem-zeitwerk

3. Information about the ruby2.7-rubygem-zeitwerk package on openSuSE Tumbleweed

Information for package ruby2.7-rubygem-zeitwerk:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7-rubygem-zeitwerk
Version : 2.4.2-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 100,5 KiB
Installed : No
Status : not installed
Source package : rubygem-zeitwerk-2.4.2-1.5.src
Summary : Efficient and thread-safe constant autoloader
Description :
Zeitwerk implements constant autoloading with Ruby semantics. Each gem
and application may have their own independent autoloader, with its own
configuration, inflector, and logger. Supports autoloading,
reloading, and eager loading.