How to Install and Uninstall rubygem-temple.noarch Package on Fedora 35

Last updated: May 02,2024

1. Install "rubygem-temple.noarch" package

Please follow the step by step instructions below to install rubygem-temple.noarch on Fedora 35

$ 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 Fedora 35:

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

3. Information about the rubygem-temple.noarch package on Fedora 35

Last metadata expiration check: 0:37:41 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : rubygem-temple
Version : 0.8.2
Release : 3.fc35
Architecture : noarch
Size : 32 k
Source : rubygem-temple-0.8.2-3.fc35.src.rpm
Repository : fedora
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.