How To Install rubygem-guard-livereload on Fedora 36

In this tutorial we learn how to install rubygem-guard-livereload in Fedora 36. rubygem-guard-livereload is Guard plugin for livereload

Introduction

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

What is rubygem-guard-livereload

Guard modified.

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

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

sudo dnf -y install rubygem-guard-livereload

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

sudo yum -y install rubygem-guard-livereload

How To Uninstall rubygem-guard-livereload on Fedora 36

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

sudo dnf remove rubygem-guard-livereload

rubygem-guard-livereload Package Contents on Fedora 36

/usr/share/gems/gems/guard-livereload-2.5.2
/usr/share/gems/gems/guard-livereload-2.5.2/Guardfile
/usr/share/gems/gems/guard-livereload-2.5.2/LICENSE.txt
/usr/share/gems/gems/guard-livereload-2.5.2/js
/usr/share/gems/gems/guard-livereload-2.5.2/js/livereload.js.erb
/usr/share/gems/gems/guard-livereload-2.5.2/lib
/usr/share/gems/gems/guard-livereload-2.5.2/lib/guard
/usr/share/gems/gems/guard-livereload-2.5.2/lib/guard/livereload
/usr/share/gems/gems/guard-livereload-2.5.2/lib/guard/livereload.rb
/usr/share/gems/gems/guard-livereload-2.5.2/lib/guard/livereload/reactor.rb
/usr/share/gems/gems/guard-livereload-2.5.2/lib/guard/livereload/snippet.rb
/usr/share/gems/gems/guard-livereload-2.5.2/lib/guard/livereload/templates
/usr/share/gems/gems/guard-livereload-2.5.2/lib/guard/livereload/templates/Guardfile
/usr/share/gems/gems/guard-livereload-2.5.2/lib/guard/livereload/version.rb
/usr/share/gems/gems/guard-livereload-2.5.2/lib/guard/livereload/websocket.rb
/usr/share/gems/specifications/guard-livereload-2.5.2.gemspec

References

Summary

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