How to Install and Uninstall memcached Package on openSUSE Leap

Last updated: April 28,2024

1. Install "memcached" package

In this section, we are going to explain the necessary steps to install memcached on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install memcached

2. Uninstall "memcached" package

Learn how to uninstall memcached on openSUSE Leap:

$ sudo zypper remove memcached

3. Information about the memcached package on openSUSE Leap

Information for package memcached:
----------------------------------
Repository : Main Repository
Name : memcached
Version : 1.5.6-4.7.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 191.0 KiB
Installed : No
Status : not installed
Source package : memcached-1.5.6-4.7.1.src
Upstream URL : http://memcached.org/
Summary : A high-performance, distributed memory object caching system
Description :
Memcached is a high-performance, distributed memory object caching
system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load.
Danga Interactive developed memcached to enhance the speed of
LiveJournal.com, a site which was already doing 20 million+ dynamic
page views per day for 1 million users with a bunch of webservers and a
bunch of database servers. memcached dropped the database load to
almost nothing, yielding faster page load times for users, better
resource utilization, and faster access to the databases on a memcache
miss.