How To Install rubygem-rack-restful_submit on Fedora 36

In this tutorial we learn how to install rubygem-rack-restful_submit in Fedora 36. rubygem-rack-restful_submit is Allows RESTful routing without Javascript and multiple submit buttons

Introduction

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

What is rubygem-rack-restful_submit

Implements support of RESTful resources with Rails MVC when Javascript is off and bulk operations are required with multiple submit buttons.

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

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

sudo dnf -y install rubygem-rack-restful_submit

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

sudo yum -y install rubygem-rack-restful_submit

How To Uninstall rubygem-rack-restful_submit on Fedora 36

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

sudo dnf remove rubygem-rack-restful_submit

rubygem-rack-restful_submit Package Contents on Fedora 36

/usr/share/gems/gems/rack-restful_submit-1.2.2
/usr/share/gems/gems/rack-restful_submit-1.2.2/LICENSE
/usr/share/gems/gems/rack-restful_submit-1.2.2/lib
/usr/share/gems/gems/rack-restful_submit-1.2.2/lib/rack
/usr/share/gems/gems/rack-restful_submit-1.2.2/lib/rack-restful_submit.rb
/usr/share/gems/gems/rack-restful_submit-1.2.2/lib/rack/rack-restful_submit.rb
/usr/share/gems/specifications/rack-restful_submit-1.2.2.gemspec

References

Summary

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