How To Install rubygem-tilt on Fedora 36
Introduction
In this tutorial we learn how to install rubygem-tilt
on Fedora 36.
What is rubygem-tilt
Generic interface to multiple Ruby template engines.
We can use yum
or dnf
to install rubygem-tilt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-tilt.
Install rubygem-tilt 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-tilt
using dnf
by running the following command:
sudo dnf -y install rubygem-tilt
Install rubygem-tilt 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-tilt
using yum
by running the following command:
sudo yum -y install rubygem-tilt
How To Uninstall rubygem-tilt on Fedora 36
To uninstall only the rubygem-tilt
package we can use the following command:
sudo dnf remove rubygem-tilt
rubygem-tilt Package Contents on Fedora 36
/usr/bin/tilt
/usr/share/gems/gems/tilt-2.0.10
/usr/share/gems/gems/tilt-2.0.10/COPYING
/usr/share/gems/gems/tilt-2.0.10/bin
/usr/share/gems/gems/tilt-2.0.10/bin/tilt
/usr/share/gems/gems/tilt-2.0.10/lib
/usr/share/gems/gems/tilt-2.0.10/lib/tilt
/usr/share/gems/gems/tilt-2.0.10/lib/tilt.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/asciidoc.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/babel.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/bluecloth.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/builder.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/coffee.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/commonmarker.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/creole.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/csv.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/dummy.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/erb.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/erubi.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/erubis.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/etanni.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/haml.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/kramdown.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/less.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/liquid.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/livescript.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/mapping.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/markaby.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/maruku.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/nokogiri.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/pandoc.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/plain.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/prawn.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/radius.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/rdiscount.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/rdoc.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/redcarpet.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/redcloth.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/rst-pandoc.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/sass.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/sigil.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/string.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/template.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/typescript.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/wikicloth.rb
/usr/share/gems/gems/tilt-2.0.10/lib/tilt/yajl.rb
/usr/share/gems/specifications/tilt-2.0.10.gemspec
/usr/share/man/man1/tilt.1.gz
References
Summary
In this tutorial we learn how to install rubygem-tilt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).