How to Install and Uninstall rubygem-zeitwerk.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "rubygem-zeitwerk.noarch" package

Here is a brief guide to show you how to install rubygem-zeitwerk.noarch on Fedora 34

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

2. Uninstall "rubygem-zeitwerk.noarch" package

Please follow the instructions below to uninstall rubygem-zeitwerk.noarch on Fedora 34:

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

3. Information about the rubygem-zeitwerk.noarch package on Fedora 34

Last metadata expiration check: 1:41:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-zeitwerk
Version : 2.4.2
Release : 2.fc34
Architecture : noarch
Size : 22 k
Source : rubygem-zeitwerk-2.4.2-2.fc34.src.rpm
Repository : fedora
Summary : Efficient and thread-safe constant autoloader
URL : https://github.com/fxn/zeitwerk
License : MIT
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, preloading,
: reloading, and eager loading.