How to Install and Uninstall php56-php-twig.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "php56-php-twig.x86_64" package

Please follow the steps below to install php56-php-twig.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install php56-php-twig.x86_64

2. Uninstall "php56-php-twig.x86_64" package

Here is a brief guide to show you how to uninstall php56-php-twig.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove php56-php-twig.x86_64 $ sudo dnf autoremove

3. Information about the php56-php-twig.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:29:02 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : php56-php-twig
Version : 1.42.2
Release : 1.el8.remi
Architecture : x86_64
Size : 192 k
Source : php56-php-twig-1.42.2-1.el8.remi.src.rpm
Repository : remi-safe
Summary : The flexible, fast, and secure template engine for PHP
URL : http://twig.sensiolabs.org
License : BSD
Description : The flexible, fast, and secure template engine for PHP.
:
: * Fast: Twig compiles templates down to plain optimized PHP code. The
: overhead compared to regular PHP code was reduced to the very minimum.
:
: * Secure: Twig has a sandbox mode to evaluate untrusted template code. This
: allows Twig to be used as a template language for applications where users
: may modify the template design.
:
: * Flexible: Twig is powered by a flexible lexer and parser. This allows the
: developer to define its own custom tags and filters, and create its own
: DSL.
:
: Package built for PHP 5.6 as Software Collection (php56 by remi).