How To Install rubygem-temple on Fedora 36

In this tutorial we learn how to install rubygem-temple in Fedora 36. rubygem-temple is Template compilation framework in Ruby

Introduction

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

What is rubygem-temple

Temple is an abstraction and a framework for compiling templates to pure Ruby. It’s all about making it easier to experiment, implement and optimize template languages. If you’re interested in implementing your own template language, or anything else related to the internals of a template engine to the right place.

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

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

sudo dnf -y install rubygem-temple

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

sudo yum -y install rubygem-temple

How To Uninstall rubygem-temple on Fedora 36

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

sudo dnf remove rubygem-temple

rubygem-temple Package Contents on Fedora 36

/usr/share/gems/gems/temple-0.8.2
/usr/share/gems/gems/temple-0.8.2/LICENSE
/usr/share/gems/gems/temple-0.8.2/lib
/usr/share/gems/gems/temple-0.8.2/lib/temple
/usr/share/gems/gems/temple-0.8.2/lib/temple.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/engine.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/erb
/usr/share/gems/gems/temple-0.8.2/lib/temple/erb/engine.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/erb/parser.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/erb/template.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/erb/trimming.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/exceptions.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/filter.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/filters
/usr/share/gems/gems/temple-0.8.2/lib/temple/filters/code_merger.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/filters/control_flow.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/filters/dynamic_inliner.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/filters/encoding.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/filters/eraser.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/filters/escapable.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/filters/multi_flattener.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/filters/remove_bom.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/filters/static_analyzer.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/filters/static_merger.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/filters/string_splitter.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/filters/validator.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/generator.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/generators
/usr/share/gems/gems/temple-0.8.2/lib/temple/generators/array.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/generators/array_buffer.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/generators/erb.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/generators/rails_output_buffer.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/generators/string_buffer.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/grammar.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/html
/usr/share/gems/gems/temple-0.8.2/lib/temple/html/attribute_merger.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/html/attribute_remover.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/html/attribute_sorter.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/html/dispatcher.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/html/fast.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/html/filter.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/html/pretty.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/html/safe.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/map.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/mixins
/usr/share/gems/gems/temple-0.8.2/lib/temple/mixins/dispatcher.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/mixins/engine_dsl.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/mixins/grammar_dsl.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/mixins/options.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/mixins/template.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/parser.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/static_analyzer.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/templates
/usr/share/gems/gems/temple-0.8.2/lib/temple/templates.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/templates/rails.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/templates/tilt.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/utils.rb
/usr/share/gems/gems/temple-0.8.2/lib/temple/version.rb
/usr/share/gems/specifications/temple-0.8.2.gemspec

References

Summary

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