How to Install and Uninstall php56-php-pecl-yac.x86_64 Package on CentOS Stream 8

Last updated: May 17,2024

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

In this section, we are going to explain the necessary steps to install php56-php-pecl-yac.x86_64 on CentOS Stream 8

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

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

Please follow the step by step instructions below to uninstall php56-php-pecl-yac.x86_64 on CentOS Stream 8:

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

3. Information about the php56-php-pecl-yac.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:54:21 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : php56-php-pecl-yac
Version : 0.9.2
Release : 5.el8.remi
Architecture : x86_64
Size : 31 k
Source : php56-php-pecl-yac-0.9.2-5.el8.remi.src.rpm
Repository : remi-safe
Summary : Lockless user data cache
URL : http://pecl.php.net/package/yac
License : PHP
Description : Yac (Yet Another Cache) is a shared memory user data cache for PHP.
:
: It can be used to replace APC or local memcached.
:
: Yac is lockless, that means, it is very fast, but there could be a
: chance you will get a wrong data(depends on how many key slots are
: allocated and how many keys are stored), so you'd better make sure
: that your product is not very sensitive to that.
:
: Package built for PHP 5.6 as Software Collection (php56 by remi).