How To Install php-zordius-lightncandy on Fedora 36

In this tutorial we learn how to install php-zordius-lightncandy in Fedora 36. php-zordius-lightncandy is An extremely fast PHP implementation of handlebars and mustache

Introduction

In this tutorial we learn how to install php-zordius-lightncandy on Fedora 36.

What is php-zordius-lightncandy

An extremely fast PHP implementation of handlebars ( http and mustache ( http

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

Install php-zordius-lightncandy 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 php-zordius-lightncandy using dnf by running the following command:

sudo dnf -y install php-zordius-lightncandy

Install php-zordius-lightncandy 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 php-zordius-lightncandy using yum by running the following command:

sudo yum -y install php-zordius-lightncandy

How To Uninstall php-zordius-lightncandy on Fedora 36

To uninstall only the php-zordius-lightncandy package we can use the following command:

sudo dnf remove php-zordius-lightncandy

php-zordius-lightncandy Package Contents on Fedora 36

/usr/share/doc/php-zordius-lightncandy
/usr/share/doc/php-zordius-lightncandy/HISTORY.md
/usr/share/doc/php-zordius-lightncandy/README.md
/usr/share/doc/php-zordius-lightncandy/UPGRADE.md
/usr/share/licenses/php-zordius-lightncandy
/usr/share/licenses/php-zordius-lightncandy/LICENSE.md
/usr/share/php/zordius
/usr/share/php/zordius/lightncandy
/usr/share/php/zordius/lightncandy/Compiler.php
/usr/share/php/zordius/lightncandy/Context.php
/usr/share/php/zordius/lightncandy/Encoder.php
/usr/share/php/zordius/lightncandy/Exporter.php
/usr/share/php/zordius/lightncandy/Expression.php
/usr/share/php/zordius/lightncandy/Flags.php
/usr/share/php/zordius/lightncandy/LightnCandy.php
/usr/share/php/zordius/lightncandy/Parser.php
/usr/share/php/zordius/lightncandy/Partial.php
/usr/share/php/zordius/lightncandy/Runtime.php
/usr/share/php/zordius/lightncandy/SafeString.php
/usr/share/php/zordius/lightncandy/Token.php
/usr/share/php/zordius/lightncandy/Validator.php
/usr/share/php/zordius/lightncandy/autoload.php
/usr/share/php/zordius/lightncandy/loader.php

References

Summary

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