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

Last updated: October 06,2024

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

Learn how to install php56-php-twig.x86_64 on Oracle Linux 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 Oracle Linux 8:

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

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

Last metadata expiration check: 1:00:57 ago on Mon Sep 12 02:51:38 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).