How to Install and Uninstall php-symfony-templating.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "php-symfony-templating.noarch" package

Please follow the step by step instructions below to install php-symfony-templating.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-symfony-templating.noarch

2. Uninstall "php-symfony-templating.noarch" package

This guide covers the steps necessary to uninstall php-symfony-templating.noarch on Fedora 34:

$ sudo dnf remove php-symfony-templating.noarch $ sudo dnf autoremove

3. Information about the php-symfony-templating.noarch package on Fedora 34

Last metadata expiration check: 0:05:45 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : php-symfony-templating
Version : 2.8.52
Release : 6.fc34
Architecture : noarch
Size : 24 k
Source : php-symfony-2.8.52-6.fc34.src.rpm
Repository : fedora
Summary : Symfony Templating Component
URL : http://symfony.com/doc/2.8/components/templating/index.html
License : MIT
Description : Templating provides all the tools needed to build any kind of template system.
:
: It provides an infrastructure to load template files and optionally monitor
: them for changes. It also provides a concrete template engine implementation
: using PHP with additional tools for escaping and separating templates into
: blocks and layouts.