How to Install and Uninstall ruby3.3-rubygem-zeitwerk Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "ruby3.3-rubygem-zeitwerk" package

Please follow the guidance below to install ruby3.3-rubygem-zeitwerk on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.3-rubygem-zeitwerk

2. Uninstall "ruby3.3-rubygem-zeitwerk" package

Please follow the guidelines below to uninstall ruby3.3-rubygem-zeitwerk on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.3-rubygem-zeitwerk

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

Information for package ruby3.3-rubygem-zeitwerk:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.3-rubygem-zeitwerk
Version : 2.6.12-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 159.1 KiB
Installed : No
Status : not installed
Source package : rubygem-zeitwerk-2.6.12-1.4.src
Upstream URL : https://github.com/fxn/zeitwerk
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.