How To Install rubygem-sprockets-rails on Fedora 36

In this tutorial we learn how to install rubygem-sprockets-rails in Fedora 36. rubygem-sprockets-rails is Sprockets Rails integration

Introduction

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

What is rubygem-sprockets-rails

Provides Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline.

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

Install rubygem-sprockets-rails 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-sprockets-rails using dnf by running the following command:

sudo dnf -y install rubygem-sprockets-rails

Install rubygem-sprockets-rails 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-sprockets-rails using yum by running the following command:

sudo yum -y install rubygem-sprockets-rails

How To Uninstall rubygem-sprockets-rails on Fedora 36

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

sudo dnf remove rubygem-sprockets-rails

rubygem-sprockets-rails Package Contents on Fedora 36

/usr/share/gems/gems/sprockets-rails-3.2.2
/usr/share/gems/gems/sprockets-rails-3.2.2/MIT-LICENSE
/usr/share/gems/gems/sprockets-rails-3.2.2/lib
/usr/share/gems/gems/sprockets-rails-3.2.2/lib/sprockets
/usr/share/gems/gems/sprockets-rails-3.2.2/lib/sprockets/rails
/usr/share/gems/gems/sprockets-rails-3.2.2/lib/sprockets/rails.rb
/usr/share/gems/gems/sprockets-rails-3.2.2/lib/sprockets/rails/context.rb
/usr/share/gems/gems/sprockets-rails-3.2.2/lib/sprockets/rails/helper.rb
/usr/share/gems/gems/sprockets-rails-3.2.2/lib/sprockets/rails/quiet_assets.rb
/usr/share/gems/gems/sprockets-rails-3.2.2/lib/sprockets/rails/route_wrapper.rb
/usr/share/gems/gems/sprockets-rails-3.2.2/lib/sprockets/rails/task.rb
/usr/share/gems/gems/sprockets-rails-3.2.2/lib/sprockets/rails/utils.rb
/usr/share/gems/gems/sprockets-rails-3.2.2/lib/sprockets/rails/version.rb
/usr/share/gems/gems/sprockets-rails-3.2.2/lib/sprockets/railtie.rb
/usr/share/gems/specifications/sprockets-rails-3.2.2.gemspec

References

Summary

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