How to Install and Uninstall rubygem-liquid.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "rubygem-liquid.noarch" package

Learn how to install rubygem-liquid.noarch on Fedora 34

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

2. Uninstall "rubygem-liquid.noarch" package

Please follow the step by step instructions below to uninstall rubygem-liquid.noarch on Fedora 34:

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

3. Information about the rubygem-liquid.noarch package on Fedora 34

Last metadata expiration check: 1:21:29 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-liquid
Version : 4.0.3
Release : 7.fc34
Architecture : noarch
Size : 41 k
Source : rubygem-liquid-4.0.3-7.fc34.src.rpm
Repository : fedora
Summary : Secure, non-evaling end user template engine
URL : http://www.liquidmarkup.org
License : MIT
Description : Liquid is a template engine which was written with very specific requirements:
: * It has to have beautiful and simple markup. Template engines which don't
: produce good looking markup are no fun to use.
: * It needs to be non evaling and secure. Liquid templates are made so that
: users can edit them. You don't want to run code on your server which your
: users wrote.
: * It has to be stateless. Compile and render steps have to be separate so that
: the expensive parsing and compiling can be done once and later on you can
: just render it passing in a hash with local variables and objects.