How to Install and Uninstall php56-php-twig.x86_64 Package on CentOS Stream 8

Last updated: May 17,2024

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

This is a short guide on how to install php56-php-twig.x86_64 on CentOS Stream 8

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

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

Please follow the steps below to uninstall php56-php-twig.x86_64 on CentOS Stream 8:

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

3. Information about the php56-php-twig.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:10:58 ago on Sun Feb 25 03:03:59 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).