How To Install rubygem-minima on Fedora 36

In this tutorial we learn how to install rubygem-minima in Fedora 36. rubygem-minima is Beautiful, minimal theme for Jekyll

Introduction

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

What is rubygem-minima

A beautiful, minimal theme for Jekyll.

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

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

sudo dnf -y install rubygem-minima

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

sudo yum -y install rubygem-minima

How To Uninstall rubygem-minima on Fedora 36

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

sudo dnf remove rubygem-minima

rubygem-minima Package Contents on Fedora 36

/usr/share/gems/gems/minima-2.5.1
/usr/share/gems/gems/minima-2.5.1/LICENSE.txt
/usr/share/gems/gems/minima-2.5.1/_includes
/usr/share/gems/gems/minima-2.5.1/_includes/disqus_comments.html
/usr/share/gems/gems/minima-2.5.1/_includes/footer.html
/usr/share/gems/gems/minima-2.5.1/_includes/google-analytics.html
/usr/share/gems/gems/minima-2.5.1/_includes/head.html
/usr/share/gems/gems/minima-2.5.1/_includes/header.html
/usr/share/gems/gems/minima-2.5.1/_includes/icon-github.html
/usr/share/gems/gems/minima-2.5.1/_includes/icon-github.svg
/usr/share/gems/gems/minima-2.5.1/_includes/icon-twitter.html
/usr/share/gems/gems/minima-2.5.1/_includes/icon-twitter.svg
/usr/share/gems/gems/minima-2.5.1/_includes/social.html
/usr/share/gems/gems/minima-2.5.1/_layouts
/usr/share/gems/gems/minima-2.5.1/_layouts/default.html
/usr/share/gems/gems/minima-2.5.1/_layouts/home.html
/usr/share/gems/gems/minima-2.5.1/_layouts/page.html
/usr/share/gems/gems/minima-2.5.1/_layouts/post.html
/usr/share/gems/gems/minima-2.5.1/_sass
/usr/share/gems/gems/minima-2.5.1/_sass/minima
/usr/share/gems/gems/minima-2.5.1/_sass/minima.scss
/usr/share/gems/gems/minima-2.5.1/_sass/minima/_base.scss
/usr/share/gems/gems/minima-2.5.1/_sass/minima/_layout.scss
/usr/share/gems/gems/minima-2.5.1/_sass/minima/_syntax-highlighting.scss
/usr/share/gems/gems/minima-2.5.1/assets
/usr/share/gems/gems/minima-2.5.1/assets/main.scss
/usr/share/gems/gems/minima-2.5.1/assets/minima-social-icons.svg
/usr/share/gems/specifications/minima-2.5.1.gemspec

References

Summary

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