How To Install rubygem-allison on Fedora 36

In this tutorial we learn how to install rubygem-allison in Fedora 36. rubygem-allison is A modern, pretty RDoc template

Introduction

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

What is rubygem-allison

A modern, pretty RDoc template.

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

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

sudo dnf -y install rubygem-allison

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

sudo yum -y install rubygem-allison

How To Uninstall rubygem-allison on Fedora 36

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

sudo dnf remove rubygem-allison

rubygem-allison Package Contents on Fedora 36

/usr/bin/allison
/usr/share/gems/cache/allison-2.0.3.gem
/usr/share/gems/gems/allison-2.0.3
/usr/share/gems/gems/allison-2.0.3/CHANGELOG
/usr/share/gems/gems/allison-2.0.3/LICENSE
/usr/share/gems/gems/allison-2.0.3/README
/usr/share/gems/gems/allison-2.0.3/bin
/usr/share/gems/gems/allison-2.0.3/bin/allison
/usr/share/gems/gems/allison-2.0.3/cache
/usr/share/gems/gems/allison-2.0.3/cache/BODY
/usr/share/gems/gems/allison-2.0.3/cache/CLASS_INDEX
/usr/share/gems/gems/allison-2.0.3/cache/CLASS_PAGE
/usr/share/gems/gems/allison-2.0.3/cache/FILE_INDEX
/usr/share/gems/gems/allison-2.0.3/cache/FILE_PAGE
/usr/share/gems/gems/allison-2.0.3/cache/FONTS
/usr/share/gems/gems/allison-2.0.3/cache/FR_INDEX_BODY
/usr/share/gems/gems/allison-2.0.3/cache/INDEX
/usr/share/gems/gems/allison-2.0.3/cache/JAVASCRIPT
/usr/share/gems/gems/allison-2.0.3/cache/METHOD_INDEX
/usr/share/gems/gems/allison-2.0.3/cache/METHOD_LIST
/usr/share/gems/gems/allison-2.0.3/cache/SRC_PAGE
/usr/share/gems/gems/allison-2.0.3/cache/STYLE
/usr/share/gems/gems/allison-2.0.3/lib
/usr/share/gems/gems/allison-2.0.3/lib/allison.css
/usr/share/gems/gems/allison-2.0.3/lib/allison.js
/usr/share/gems/gems/allison-2.0.3/lib/allison.rb
/usr/share/gems/specifications/allison-2.0.3.gemspec

References

Summary

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