How to Install and Uninstall php81-opcache Package on openSUSE Leap

Last updated: July 01,2024

1. Install "php81-opcache" package

This guide covers the steps necessary to install php81-opcache on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install php81-opcache

2. Uninstall "php81-opcache" package

This tutorial shows how to uninstall php81-opcache on openSUSE Leap:

$ sudo zypper remove php81-opcache

3. Information about the php81-opcache package on openSUSE Leap

Information for package php81-opcache:
--------------------------------------
Repository : Update repository of openSUSE Backports
Name : php81-opcache
Version : 8.1.24-bp155.5.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : php81-8.1.24-bp155.5.1.src
Upstream URL : https://secure.php.net
Summary : Opcode cache extension for PHP
Description :
OPcache improves PHP performance by storing precompiled script
bytecode in shared memory, thereby removing the need for PHP to load
and parse scripts on each request.