How to Install and Uninstall php-pecl-memcache.x86_64 Package on Amazon Linux 2

Last updated: July 05,2024

1. Install "php-pecl-memcache.x86_64" package

Please follow the guidelines below to install php-pecl-memcache.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install php-pecl-memcache.x86_64

2. Uninstall "php-pecl-memcache.x86_64" package

Please follow the steps below to uninstall php-pecl-memcache.x86_64 on Amazon Linux 2:

$ sudo yum remove php-pecl-memcache.x86_64 $ sudo yum autoremove

3. Information about the php-pecl-memcache.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : php-pecl-memcache
Arch : x86_64
Version : 4.0.5.2
Release : 1.amzn2
Size : 65 k
Repo : amzn2extra-php7.4/2/x86_64
Summary : memcached extension
URL : http://pecl.php.net/package/memcache
License : PHP
Description : Memcached is a caching daemon designed especially for dynamic web
: applications to decrease database load by storing objects in
: memory. This extension allows you to work with memcached through
: handy OO and procedural interfaces. The extension allows use to
: store sessions in memcached via memcache.