How to Install and Uninstall libcache-memcached-managed-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

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

Please follow the step by step instructions below to install libcache-memcached-managed-perl on Ubuntu 21.10 (Impish Indri)

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

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

Here is a brief guide to show you how to uninstall libcache-memcached-managed-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libcache-memcached-managed-perl package on Ubuntu 21.10 (Impish Indri)

Package: libcache-memcached-managed-perl
Architecture: all
Version: 0.26-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 127
Depends: perl, libcache-memcached-perl, memcached
Recommends: libsocket6-perl
Filename: pool/universe/libc/libcache-memcached-managed-perl/libcache-memcached-managed-perl_0.26-1_all.deb
Size: 43096
MD5sum: 3eb18ba0a8a2d1933574ebc1a10427d3
SHA1: 43b21b73909b00cf97308889feae9c6a980e7aeb
SHA256: 4a850deaefc693596430b797c54fa525f6d511466259502a2494793917dce59b
SHA512: 9134972bfff3685d9c190bd81b39ae280ef45ea72325c2ef8ec6950a0c415af74a2acadb4fef46f0a4c36d92eab0518b7b9c3eeebe806f49857399cda6c962fd
Homepage: https://metacpan.org/release/Cache-Memcached-Managed
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