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

Last updated: May 06,2024

1. Install "python3-dogpile.cache" package

Please follow the guidelines below to install python3-dogpile.cache on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-dogpile.cache

2. Uninstall "python3-dogpile.cache" package

This is a short guide on how to uninstall python3-dogpile.cache on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-dogpile.cache $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-dogpile.cache
Priority: optional
Section: universe/python
Installed-Size: 141
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-dogpile.cache
Version: 0.5.7-1ubuntu1
Depends: python3-dogpile.core, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-dogpile.cache/python3-dogpile.cache_0.5.7-1ubuntu1_all.deb
Size: 29112
MD5sum: 4de8dac01ab79451cbf52ffaaa170b78
SHA1: 395d86eeae157b672bbda72ace6948e50d1fe907
SHA256: aa0c700732ce42cf710e613336ee5d0eb2a8809cecbcd52eb404c5890e05c6ab
Description-en: caching front-end based on the Dogpile lock - Python 3.x
A caching API built around the concept of a "dogpile lock", which allows
continued access to an expiring data value while a single thread generates a
new value.
.
dogpile.cache builds on the dogpile.core locking system
(see http://pypi.python.org/pypi/dogpile.core), which implements the idea of
"allow one creator to write while others read" in the abstract. Overall,
dogpile.cache is intended as a replacement to the Beaker (see
http://beaker.groovie.org) caching system, the internals of which are written
by the same author. All the ideas of Beaker which "work" are re-implemented in
dogpile.cache in a more efficient and succinct manner, and all the cruft
(Beaker's internals were first written in 2005) relegated to the trash heap.
.
This package provides the Python 3.x module.
Description-md5: 27ad85c00f7866c53aff4c1dce0b4eed
Homepage: https://bitbucket.org/zzzeek/dogpile.cache
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu