How to Install and Uninstall rubygem-temple.noarch Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "rubygem-temple.noarch" package

Please follow the guidelines below to install rubygem-temple.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rubygem-temple.noarch

2. Uninstall "rubygem-temple.noarch" package

In this section, we are going to explain the necessary steps to uninstall rubygem-temple.noarch on Oracle Linux 9:

$ sudo dnf remove rubygem-temple.noarch $ sudo dnf autoremove

3. Information about the rubygem-temple.noarch package on Oracle Linux 9

Last metadata expiration check: 1:46:13 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rubygem-temple
Version : 0.8.2
Release : 4.el9
Architecture : noarch
Size : 32 k
Source : rubygem-temple-0.8.2-4.el9.src.rpm
Repository : epel
Summary : Template compilation framework in Ruby
URL : https://github.com/judofyr/temple
License : MIT
Description : 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: You've come
: to the right place.