How to Install and Uninstall rubygem-temple.noarch Package on CentOS Stream 9

Last updated: September 22,2024

1. Install "rubygem-temple.noarch" package

Please follow the guidance below to install rubygem-temple.noarch on CentOS Stream 9

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

2. Uninstall "rubygem-temple.noarch" package

Here is a brief guide to show you how to uninstall rubygem-temple.noarch on CentOS Stream 9:

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

3. Information about the rubygem-temple.noarch package on CentOS Stream 9

Last metadata expiration check: 1:57:09 ago on Sat Mar 16 16:03:45 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.