How To Install rubygem-jekyll-seo-tag on Fedora 36

In this tutorial we learn how to install rubygem-jekyll-seo-tag in Fedora 36. rubygem-jekyll-seo-tag is Jekyll plugin to add SEO metadata tags

Introduction

In this tutorial we learn how to install rubygem-jekyll-seo-tag on Fedora 36.

What is rubygem-jekyll-seo-tag

A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site’s content.

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

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

sudo dnf -y install rubygem-jekyll-seo-tag

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

sudo yum -y install rubygem-jekyll-seo-tag

How To Uninstall rubygem-jekyll-seo-tag on Fedora 36

To uninstall only the rubygem-jekyll-seo-tag package we can use the following command:

sudo dnf remove rubygem-jekyll-seo-tag

rubygem-jekyll-seo-tag Package Contents on Fedora 36

/usr/share/gems/gems/jekyll-seo-tag-2.8.0
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/LICENSE.txt
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/lib
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/lib/jekyll-seo-tag
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/lib/jekyll-seo-tag.rb
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/lib/jekyll-seo-tag/author_drop.rb
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/lib/jekyll-seo-tag/drop.rb
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/lib/jekyll-seo-tag/filters.rb
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/lib/jekyll-seo-tag/image_drop.rb
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/lib/jekyll-seo-tag/json_ld.rb
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/lib/jekyll-seo-tag/json_ld_drop.rb
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/lib/jekyll-seo-tag/url_helper.rb
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/lib/jekyll-seo-tag/version.rb
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/lib/template.html
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/script
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/script/bootstrap
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/script/cibuild
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/script/release
/usr/share/gems/gems/jekyll-seo-tag-2.8.0/script/site
/usr/share/gems/specifications/jekyll-seo-tag-2.8.0.gemspec

References

Summary

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