How to Install and Uninstall php-opcache.x86_64 Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "php-opcache.x86_64" package

This tutorial shows how to install php-opcache.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install php-opcache.x86_64

2. Uninstall "php-opcache.x86_64" package

This guide covers the steps necessary to uninstall php-opcache.x86_64 on CentOS Stream 9:

$ sudo dnf remove php-opcache.x86_64 $ sudo dnf autoremove

3. Information about the php-opcache.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:10:47 ago on Sat Mar 16 16:03:45 2024.
Installed Packages
Name : php-opcache
Version : 8.3.4
Release : 1.el9.remi
Architecture : x86_64
Size : 1.8 M
Source : php-8.3.4-1.el9.remi.src.rpm
Repository : @System
From repo : remi-modular
Summary : The Zend OPcache
URL : http://www.php.net/
License : PHP-3.01
Description : The Zend OPcache provides faster PHP execution through opcode caching and
: optimization. It improves PHP performance by storing precompiled script
: bytecode in the shared memory. This eliminates the stages of reading code from
: the disk and compiling it on future access. In addition, it applies a few
: bytecode optimization patterns that make code execution faster.