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

Last updated: May 02,2024

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

This is a short guide on how to install libcache-memcached-fast-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide let you learn how to uninstall libcache-memcached-fast-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcache-memcached-fast-perl
Priority: optional
Section: universe/perl
Installed-Size: 171
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.23-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14)
Filename: pool/universe/libc/libcache-memcached-fast-perl/libcache-memcached-fast-perl_0.23-1build1_amd64.deb
Size: 58250
MD5sum: 53ba72ea647562e01f284f71f469f644
SHA1: 183fe27779df54a902f213506729f476e41977a9
SHA256: b58a646ce94693c4be2db3aca6b1d38671a941b95e862c034ff34f86c816c2ce
Description-en: Perl client for memcached, in C language
Cache::Memcached::Fast is a Perl client for memcached, a memory cache
daemon (http://www.danga.com/memcached/). Module core is implemented in
C and tries hard to minimize number of system calls and to avoid any
key/value copying for speed. As a result, it has very low CPU
consumption.
.
API is largely compatible with Cache::Memcached, original pure Perl
client, most users of the original module may start using this module
by installing it and adding "::Fast" to the old name in their scripts.
Description-md5: 7bc6a0f059041432c7b60ab87f79c37b
Enhances: libcache-memcached-perl
Homepage: http://openhack.ru/Cache-Memcached-Fast
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu