How to Install and Uninstall php-pear-HTML-Template-IT.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "php-pear-HTML-Template-IT.noarch" package

In this section, we are going to explain the necessary steps to install php-pear-HTML-Template-IT.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-pear-HTML-Template-IT.noarch

2. Uninstall "php-pear-HTML-Template-IT.noarch" package

Please follow the guidelines below to uninstall php-pear-HTML-Template-IT.noarch on Fedora 34:

$ sudo dnf remove php-pear-HTML-Template-IT.noarch $ sudo dnf autoremove

3. Information about the php-pear-HTML-Template-IT.noarch package on Fedora 34

Last metadata expiration check: 2:10:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-pear-HTML-Template-IT
Version : 1.3.0
Release : 20.fc34
Architecture : noarch
Size : 34 k
Source : php-pear-HTML-Template-IT-1.3.0-20.fc34.src.rpm
Repository : fedora
Summary : Integrated Templates
URL : http://pear.php.net/package/HTML_Template_IT
License : BSD
Description : HTML_Template_IT:
: The Isotemplate API is somewhat tricky for a beginner although it is the
: best one you can build.
:
: Source and target can be block names or even handler names. This API gives
: you a maximum of flexibility but you always have to know what you do which
: is quite unusual for php developer like me.
: If all blocks are within one file, the script knows how they are nested and
: in which way you have to parse them. IT knows that inner1 is a child of
: block2, there's no need to tell him about this.
:
: Features :
: * Nested blocks
: * Include external file
: * Custom tags format
:
: HTML_Template_ITX :
: With this class you get the full power of the php lib template class.
: You may have one file with blocks in it but you have as well one main file
: and multiple files one for each block. This is quite useful when you have
: user configurable websites. Using blocks not in the main template allows
: you to modify some parts of your layout easily.