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

Last updated: July 05,2024

1. Install "rubygem-spring.noarch" package

Please follow the guidance below to install rubygem-spring.noarch on Fedora 34

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

2. Uninstall "rubygem-spring.noarch" package

Please follow the guidance below to uninstall rubygem-spring.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:40:54 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-spring
Version : 2.1.1
Release : 3.fc34
Architecture : noarch
Size : 34 k
Source : rubygem-spring-2.1.1-3.fc34.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.