How to Install and Uninstall libcache-memcached-managed-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libcache-memcached-managed-perl" package

Learn how to install libcache-memcached-managed-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcache-memcached-managed-perl

2. Uninstall "libcache-memcached-managed-perl" package

Please follow the guidance below to uninstall libcache-memcached-managed-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcache-memcached-managed-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcache-memcached-managed-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcache-memcached-managed-perl
Priority: optional
Section: universe/perl
Installed-Size: 162
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.24-1
Depends: perl, libcache-memcached-perl, memcached
Recommends: libsocket6-perl
Filename: pool/universe/libc/libcache-memcached-managed-perl/libcache-memcached-managed-perl_0.24-1_all.deb
Size: 47284
MD5sum: d6bfd7f99489800ea60649a21c40c6e8
SHA1: f457374959817a2b639e403d9f2a793ee54a2bbd
SHA256: 2c15d056a88e053149b86b5319b190d38b18aeaecf3fe960877ea2d4b0af312f
Description-en: API for managing cached information
The Cache::Memcached::Managed module provides an API to values, cached in
one or more memcached servers. Apart from being very similar to the API
of Cache::Memcached, the Cached::Memcached::Managed API allows for
management of groups of values, for simplified key generation and expiration,
as well as version and namespace management and a few other goodies.
.
Over the functionality provided by the Cache::Memcached module, this module
provides: automatic key generation, ID refinement, version management,
namespace support, group management, easy (default) expiration specification,
automatic fork() detection, magical increment, instant invalidation,
dead memcached server detection, starting/stopping memcached servers and an
extensive test-suite.
.
The basic premise is that each piece of information that is to be cached,
can be identified by a key, an optional ID, a version and a namespace.
The key determines the basic identification of the value to be cached.
The ID specifies a refinement on the basic identification. The version
ensures that differently formatted values with the same key and ID do not
interfere with each other. The namespace ensures that different realms
of information (for instance, for different users) do not interfere with each
other.
Description-md5: 0f1747bc76a216ee9f3b2d41e4b2c5e2
Homepage: http://search.cpan.org/dist/Cache-Memcached-Managed/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu