How To Install rubygem-turbolinks-source on Fedora 36

In this tutorial we learn how to install rubygem-turbolinks-source in Fedora 36. rubygem-turbolinks-source is Turbolinks JavaScript assets

Introduction

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

Turbolinks JavaScript assets.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install rubygem-turbolinks-source

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install rubygem-turbolinks-source

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

sudo dnf remove rubygem-turbolinks-source
/usr/share/gems/gems/turbolinks-source-5.2.0
/usr/share/gems/gems/turbolinks-source-5.2.0/LICENSE
/usr/share/gems/gems/turbolinks-source-5.2.0/lib
/usr/share/gems/gems/turbolinks-source-5.2.0/lib/assets
/usr/share/gems/gems/turbolinks-source-5.2.0/lib/assets/javascripts
/usr/share/gems/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks.js
/usr/share/gems/gems/turbolinks-source-5.2.0/lib/turbolinks
/usr/share/gems/gems/turbolinks-source-5.2.0/lib/turbolinks/source
/usr/share/gems/gems/turbolinks-source-5.2.0/lib/turbolinks/source.rb
/usr/share/gems/gems/turbolinks-source-5.2.0/lib/turbolinks/source/version.rb
/usr/share/gems/specifications/turbolinks-source-5.2.0.gemspec

References

Summary

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