How To Install rubygem-hikidoc on Fedora 36

In this tutorial we learn how to install rubygem-hikidoc in Fedora 36. rubygem-hikidoc is Text-to-HTML conversion tool for web writers

Introduction

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

What is rubygem-hikidoc

‘HikiDoc’ is a text-to-HTML conversion tool for web writers. HikiDoc allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid HTML (or XHTML).

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

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

sudo dnf -y install rubygem-hikidoc

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

sudo yum -y install rubygem-hikidoc

How To Uninstall rubygem-hikidoc on Fedora 36

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

sudo dnf remove rubygem-hikidoc

rubygem-hikidoc Package Contents on Fedora 36

/usr/bin/hikidoc
/usr/share/gems/gems/hikidoc-0.1.0
/usr/share/gems/gems/hikidoc-0.1.0/COPYING
/usr/share/gems/gems/hikidoc-0.1.0/NEWS
/usr/share/gems/gems/hikidoc-0.1.0/NEWS.ja
/usr/share/gems/gems/hikidoc-0.1.0/README
/usr/share/gems/gems/hikidoc-0.1.0/README.ja
/usr/share/gems/gems/hikidoc-0.1.0/TextFormattingRules
/usr/share/gems/gems/hikidoc-0.1.0/TextFormattingRules.ja
/usr/share/gems/gems/hikidoc-0.1.0/bin
/usr/share/gems/gems/hikidoc-0.1.0/bin/hikidoc
/usr/share/gems/gems/hikidoc-0.1.0/lib
/usr/share/gems/gems/hikidoc-0.1.0/lib/hikidoc.rb
/usr/share/gems/specifications/hikidoc-0.1.0.gemspec

References

Summary

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