How to Install and Uninstall libmemcache0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libmemcache0" package

This tutorial shows how to install libmemcache0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmemcache0

2. Uninstall "libmemcache0" package

This is a short guide on how to uninstall libmemcache0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmemcache0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmemcache0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmemcache0
Priority: optional
Section: universe/libs
Installed-Size: 126
Maintainer: Ubuntu Developers
Original-Maintainer: Zak B. Elep
Architecture: amd64
Source: libmemcache
Version: 1.4.0.rc2-1.1
Depends: libc6 (>= 2.15)
Suggests: memcached
Filename: pool/universe/libm/libmemcache/libmemcache0_1.4.0.rc2-1.1_amd64.deb
Size: 28250
MD5sum: c6a5c948c5c540831deeccb973ae19ad
SHA1: bf8cd5db728140f3a9bfdf34257343bd5c538dc3
SHA256: 9c2ea461cb58c30fdbf936d9807525d70d7a41a0e4b251a1473bff55b8aa6aff
Description-en: C client API for memcached memory object caching system
memcached optimizes specific high-load serving applications that are designed
to take advantage of its versatile no-locking memory access system. Clients
are available in several different programming languages, to suit the needs
of the specific application. Traditionally this has been used in mod_perl
apps to avoid storing large chunks of data in Apache memory, and to share
this burden across several machines.
.
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.
.
This package contains the shared libraries (C client API) for
memcached. If you are looking for a Perl client API, please see the
libcache-memcached-perl package.
Description-md5: 84e7cc0b1ad3bed248d1df8ac1fd1415
Homepage: http://people.freebsd.org/~seanc/libmemcache/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu