How To Install rubygem-ronn-ng on Fedora 36
Introduction
In this tutorial we learn how to install rubygem-ronn-ng
on Fedora 36.
What is rubygem-ronn-ng
Ronn builds manuals in HTML and Unix man page format from Markdown. The source format includes all of Markdown but has a more rigid structure and syntax extensions for features commonly found in man pages (definition lists, link notation, etc.). The ronn-format(7) manual page defines the format in detail.
We can use yum
or dnf
to install rubygem-ronn-ng
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-ronn-ng.
Install rubygem-ronn-ng 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-ronn-ng
using dnf
by running the following command:
sudo dnf -y install rubygem-ronn-ng
Install rubygem-ronn-ng 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-ronn-ng
using yum
by running the following command:
sudo yum -y install rubygem-ronn-ng
How To Uninstall rubygem-ronn-ng on Fedora 36
To uninstall only the rubygem-ronn-ng
package we can use the following command:
sudo dnf remove rubygem-ronn-ng
rubygem-ronn-ng Package Contents on Fedora 36
/usr/bin/ronn
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/ronn
/usr/share/gems/gems/ronn-ng-0.9.1
/usr/share/gems/gems/ronn-ng-0.9.1/CHANGES
/usr/share/gems/gems/ronn-ng-0.9.1/INSTALLING.md
/usr/share/gems/gems/ronn-ng-0.9.1/LICENSE.txt
/usr/share/gems/gems/ronn-ng-0.9.1/bin
/usr/share/gems/gems/ronn-ng-0.9.1/bin/ronn
/usr/share/gems/gems/ronn-ng-0.9.1/config.ru
/usr/share/gems/gems/ronn-ng-0.9.1/lib
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn.rb
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/document.rb
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/index.rb
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/roff.rb
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/server.rb
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/template
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/template.rb
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/template/80c.css
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/template/dark.css
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/template/darktoc.css
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/template/default.html
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/template/man.css
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/template/print.css
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/template/screen.css
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/template/toc.css
/usr/share/gems/gems/ronn-ng-0.9.1/lib/ronn/utils.rb
/usr/share/gems/specifications/ronn-ng-0.9.1.gemspec
/usr/share/man/man1/ronn.1.gz
/usr/share/man/man7/ronn-format.7.gz
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_ronn
References
Summary
In this tutorial we learn how to install rubygem-ronn-ng
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).