How to Install and Uninstall python3-pylibmc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-pylibmc" package

Learn how to install python3-pylibmc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pylibmc

2. Uninstall "python3-pylibmc" package

In this section, we are going to explain the necessary steps to uninstall python3-pylibmc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-pylibmc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pylibmc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pylibmc
Priority: optional
Section: universe/python
Installed-Size: 94
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: pylibmc
Version: 1.5.0-4build1
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4), libmemcached11, zlib1g (>= 1:1.1.4)
Suggests: memcached
Filename: pool/universe/p/pylibmc/python3-pylibmc_1.5.0-4build1_amd64.deb
Size: 27166
MD5sum: 7196121a387c371acf3a4664931ab028
SHA1: e9bcf23e43f0da79ad19b81f2a4ddc0bdbf3a837
SHA256: 571c7a95b74b1a4b6ed034de3a0272544b2f88bedd51491bacf116e43d896baa
Description-en: libmemcached wrapper (Python3 version)
Pylibmc is a Python wrapper around the accompanying C Python
extension _pylibmc, which is a wrapper around libmemcached
from TangentOrg. It also manages pooling in a multi-threading
environment.
.
This package contains the Python 3 version of the library.
Description-md5: 5a8a4cbce05c3d84e4bb59ba5633819a
Homepage: http://pypi.python.org/pypi/pylibmc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu