How To Install rubygem-turbolinks on Fedora 36

In this tutorial we learn how to install rubygem-turbolinks in Fedora 36. rubygem-turbolinks is Turbolinks makes navigating your web application faster

Introduction

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

Rails engine for Turbolinks 5 support.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install rubygem-turbolinks

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install rubygem-turbolinks

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

sudo dnf remove rubygem-turbolinks
/usr/share/gems/gems/turbolinks-5.1.1
/usr/share/gems/gems/turbolinks-5.1.1/LICENSE
/usr/share/gems/gems/turbolinks-5.1.1/lib
/usr/share/gems/gems/turbolinks-5.1.1/lib/turbolinks
/usr/share/gems/gems/turbolinks-5.1.1/lib/turbolinks.rb
/usr/share/gems/gems/turbolinks-5.1.1/lib/turbolinks/assertions.rb
/usr/share/gems/gems/turbolinks-5.1.1/lib/turbolinks/redirection.rb
/usr/share/gems/gems/turbolinks-5.1.1/lib/turbolinks/version.rb
/usr/share/gems/specifications/turbolinks-5.1.1.gemspec

References

Summary

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