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

Last updated: May 19,2024

1. Install "python-dogpile.cache" package

This guide let you learn how to install python-dogpile.cache on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-dogpile.cache" package

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

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

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

Package: python-dogpile.cache
Priority: optional
Section: python
Installed-Size: 145
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.5.7-1ubuntu1
Depends: python (>= 2.7), python (<< 2.8), python-dogpile.core
Filename: pool/main/p/python-dogpile.cache/python-dogpile.cache_0.5.7-1ubuntu1_all.deb
Size: 29128
MD5sum: def26b3458fbd15738e57bfadefaae23
SHA1: b1b7ff613d2f96bddaa5987c0bbd148fdea080d5
SHA256: 73c5e0eb7bf2dbfb01c367632833118106709153f4f45bd6eeb3132c41f75515
Description-en: caching front-end based on the Dogpile lock - Python 2.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 2.x module.
Description-md5: dc0016639079f3acaa122bfee1c6cd42
Homepage: https://bitbucket.org/zzzeek/dogpile.cache
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y