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

Last updated: May 02,2024

1. Install "rubygem-require_all.noarch" package

This is a short guide on how to install rubygem-require_all.noarch on Fedora 34

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

2. Uninstall "rubygem-require_all.noarch" package

Please follow the step by step instructions below to uninstall rubygem-require_all.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:21:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-require_all
Version : 3.0.0
Release : 4.fc34
Architecture : noarch
Size : 12 k
Source : rubygem-require_all-3.0.0-4.fc34.src.rpm
Repository : fedora
Summary : A wonderfully simple way to load your code
URL : http://github.com/jarmo/require_all
License : MIT
Description : A wonderfully simple way to load your code.
:
: Tired of futzing around with require statements everywhere,
: littering your code with require File (__FILE__) crap?
: What if you could just point something at a big directory full
: of code and have everything just auto-magically load regardless
: of the dependency structure?
:
: Wouldn't that be nice? Well, now you can!