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

Last updated: May 19,2024

1. Install "php56-php-pecl-xslcache.x86_64" package

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

$ sudo dnf update $ sudo dnf install php56-php-pecl-xslcache.x86_64

2. Uninstall "php56-php-pecl-xslcache.x86_64" package

This tutorial shows how to uninstall php56-php-pecl-xslcache.x86_64 on Rocky Linux 8:

$ sudo dnf remove php56-php-pecl-xslcache.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:22:23 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : php56-php-pecl-xslcache
Version : 0.7.2
Release : 7.el8.remi
Architecture : x86_64
Size : 26 k
Source : php56-php-pecl-xslcache-0.7.2-7.el8.remi.src.rpm
Repository : remi-safe
Summary : XSL extension that caches the parsed XSL style sheet
URL : http://pecl.php.net/package/xslcache
License : PHP
Description : The XSL Cache extension is a modification of PHP's standard XSL extension
: that caches the parsed XSL style sheet representation between sessions for
: 2.5x boost in performance for sites that repeatedly apply the same transform.
:
: Although there is still some further work that could be done on the extension,
: this code is already proving beneficial in production use for a few
: applications on the New York Times's; website.
:
: Package built for PHP 5.6 as Software Collection (php56 by remi).