How to Install and Uninstall php56-php-twig.x86_64 Package on Rocky Linux 8

Last updated: September 28,2024

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

Please follow the steps below to install php56-php-twig.x86_64 on Rocky Linux 8

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

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

Please follow the instructions below to uninstall php56-php-twig.x86_64 on Rocky Linux 8:

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

3. Information about the php56-php-twig.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:32:31 ago on Mon Sep 12 10:27:18 2022.
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).