How To Install php-phpunit-Text-Template on Fedora 36

In this tutorial we learn how to install php-phpunit-Text-Template in Fedora 36. php-phpunit-Text-Template is Simple template engine

Introduction

In this tutorial we learn how to install php-phpunit-Text-Template on Fedora 36.

What is php-phpunit-Text-Template

Simple template engine.

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

Install php-phpunit-Text-Template 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-phpunit-Text-Template using dnf by running the following command:

sudo dnf -y install php-phpunit-Text-Template

Install php-phpunit-Text-Template 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-phpunit-Text-Template using yum by running the following command:

sudo yum -y install php-phpunit-Text-Template

How To Uninstall php-phpunit-Text-Template on Fedora 36

To uninstall only the php-phpunit-Text-Template package we can use the following command:

sudo dnf remove php-phpunit-Text-Template

php-phpunit-Text-Template Package Contents on Fedora 36

/usr/share/doc/php-phpunit-Text-Template
/usr/share/doc/php-phpunit-Text-Template/README.md
/usr/share/doc/php-phpunit-Text-Template/composer.json
/usr/share/licenses/php-phpunit-Text-Template
/usr/share/licenses/php-phpunit-Text-Template/LICENSE
/usr/share/php/Text
/usr/share/php/Text/Template
/usr/share/php/Text/Template.php
/usr/share/php/Text/Template/Autoload.php

References

Summary

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