How To Install rubygem-spring on Fedora 36

In this tutorial we learn how to install rubygem-spring in Fedora 36. rubygem-spring is Rails application preloader

Introduction

In this tutorial we learn how to install rubygem-spring on Fedora 36.

What is rubygem-spring

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.

We can use yum or dnf to install rubygem-spring on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-spring.

Install rubygem-spring on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rubygem-spring using dnf by running the following command:

sudo dnf -y install rubygem-spring

Install rubygem-spring on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rubygem-spring using yum by running the following command:

sudo yum -y install rubygem-spring

How To Uninstall rubygem-spring on Fedora 36

To uninstall only the rubygem-spring package we can use the following command:

sudo dnf remove rubygem-spring

rubygem-spring Package Contents on Fedora 36

/usr/bin/spring
/usr/share/gems/gems/spring-2.1.1
/usr/share/gems/gems/spring-2.1.1/LICENSE.txt
/usr/share/gems/gems/spring-2.1.1/bin
/usr/share/gems/gems/spring-2.1.1/bin/spring
/usr/share/gems/gems/spring-2.1.1/lib
/usr/share/gems/gems/spring-2.1.1/lib/spring
/usr/share/gems/gems/spring-2.1.1/lib/spring/application
/usr/share/gems/gems/spring-2.1.1/lib/spring/application.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/application/boot.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/application_manager.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/binstub.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/boot.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/client
/usr/share/gems/gems/spring-2.1.1/lib/spring/client.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/client/binstub.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/client/command.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/client/help.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/client/rails.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/client/run.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/client/server.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/client/status.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/client/stop.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/client/version.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/command_wrapper.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/commands
/usr/share/gems/gems/spring-2.1.1/lib/spring/commands.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/commands/rails.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/commands/rake.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/configuration.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/env.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/errors.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/failsafe_thread.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/json.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/process_title_updater.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/server.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/sid.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/version.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/watcher
/usr/share/gems/gems/spring-2.1.1/lib/spring/watcher.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/watcher/abstract.rb
/usr/share/gems/gems/spring-2.1.1/lib/spring/watcher/polling.rb
/usr/share/gems/specifications/spring-2.1.1.gemspec

References

Summary

In this tutorial we learn how to install rubygem-spring on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).