How To Install rubygem-jekyll-email-protect on Fedora 36

In this tutorial we learn how to install rubygem-jekyll-email-protect in Fedora 36. rubygem-jekyll-email-protect is A simple liquid filter which converts emails into percent-encoded strings

Introduction

In this tutorial we learn how to install rubygem-jekyll-email-protect on Fedora 36.

What is rubygem-jekyll-email-protect

Email protection liquid filter for Jekyll.

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

Install rubygem-jekyll-email-protect 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-jekyll-email-protect using dnf by running the following command:

sudo dnf -y install rubygem-jekyll-email-protect

Install rubygem-jekyll-email-protect 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-jekyll-email-protect using yum by running the following command:

sudo yum -y install rubygem-jekyll-email-protect

How To Uninstall rubygem-jekyll-email-protect on Fedora 36

To uninstall only the rubygem-jekyll-email-protect package we can use the following command:

sudo dnf remove rubygem-jekyll-email-protect

rubygem-jekyll-email-protect Package Contents on Fedora 36

/usr/share/gems/gems/jekyll-email-protect-1.1.0
/usr/share/gems/gems/jekyll-email-protect-1.1.0/LICENSE.md
/usr/share/gems/gems/jekyll-email-protect-1.1.0/lib
/usr/share/gems/gems/jekyll-email-protect-1.1.0/lib/jekyll
/usr/share/gems/gems/jekyll-email-protect-1.1.0/lib/jekyll-email-protect.rb
/usr/share/gems/gems/jekyll-email-protect-1.1.0/lib/jekyll/email-protect
/usr/share/gems/gems/jekyll-email-protect-1.1.0/lib/jekyll/email-protect.rb
/usr/share/gems/gems/jekyll-email-protect-1.1.0/lib/jekyll/email-protect/version.rb
/usr/share/gems/specifications/jekyll-email-protect-1.1.0.gemspec

References

Summary

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