How to Install and Uninstall rubygem-spring.noarch Package on Fedora 36

Last updated: January 12,2025

1. Install "rubygem-spring.noarch" package

This is a short guide on how to install rubygem-spring.noarch on Fedora 36

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

2. Uninstall "rubygem-spring.noarch" package

In this section, we are going to explain the necessary steps to uninstall rubygem-spring.noarch on Fedora 36:

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

3. Information about the rubygem-spring.noarch package on Fedora 36

Last metadata expiration check: 0:24:36 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rubygem-spring
Version : 2.1.1
Release : 5.fc36
Architecture : noarch
Size : 33 k
Source : rubygem-spring-2.1.1-5.fc36.src.rpm
Repository : fedora
Summary : Rails application preloader
URL : https://github.com/rails/spring
License : MIT
Description : Spring is a Rails application preloader. It speeds up development by keeping
: your application running in the background so you don't need to boot it every
: time you run a test, rake task or migration.