How To Install rubygem-rttool on Fedora 36
Introduction
In this tutorial we learn how to install rubygem-rttool
on Fedora 36.
What is rubygem-rttool
RT is a simple and human-readable table format. RTtool is a converter from RT into various formats. RT can be incorporated into RD.
We can use yum
or dnf
to install rubygem-rttool
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-rttool.
Install rubygem-rttool 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-rttool
using dnf
by running the following command:
sudo dnf -y install rubygem-rttool
Install rubygem-rttool 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-rttool
using yum
by running the following command:
sudo yum -y install rubygem-rttool
How To Uninstall rubygem-rttool on Fedora 36
To uninstall only the rubygem-rttool
package we can use the following command:
sudo dnf remove rubygem-rttool
rubygem-rttool Package Contents on Fedora 36
/usr/bin/rdrt2
/usr/bin/rt2
/usr/share/gems/gems/rttool-1.0.3.0
/usr/share/gems/gems/rttool-1.0.3.0/ChangeLog
/usr/share/gems/gems/rttool-1.0.3.0/GPL
/usr/share/gems/gems/rttool-1.0.3.0/bin
/usr/share/gems/gems/rttool-1.0.3.0/bin/rdrt2
/usr/share/gems/gems/rttool-1.0.3.0/bin/rt
/usr/share/gems/gems/rttool-1.0.3.0/bin/rt/rdrt2
/usr/share/gems/gems/rttool-1.0.3.0/bin/rt/rt2
/usr/share/gems/gems/rttool-1.0.3.0/bin/rt2
/usr/share/gems/gems/rttool-1.0.3.0/lib
/usr/share/gems/gems/rttool-1.0.3.0/lib/rd
/usr/share/gems/gems/rttool-1.0.3.0/lib/rd/rt-filter.rb
/usr/share/gems/gems/rttool-1.0.3.0/lib/rt
/usr/share/gems/gems/rttool-1.0.3.0/lib/rt/rt2html-lib.rb
/usr/share/gems/gems/rttool-1.0.3.0/lib/rt/rt2txt-lib.rb
/usr/share/gems/gems/rttool-1.0.3.0/lib/rt/rtparser.rb
/usr/share/gems/gems/rttool-1.0.3.0/lib/rt/rtvisitor.rb
/usr/share/gems/gems/rttool-1.0.3.0/lib/rt/w3m.rb
/usr/share/gems/gems/rttool-1.0.3.0/rttool.en.html
/usr/share/gems/gems/rttool-1.0.3.0/rttool.en.rd
/usr/share/gems/gems/rttool-1.0.3.0/rttool.ja.html
/usr/share/gems/gems/rttool-1.0.3.0/rttool.ja.rd
/usr/share/gems/specifications/rttool-1.0.3.0.gemspec
References
Summary
In this tutorial we learn how to install rubygem-rttool
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).