How to Install and Uninstall python3-dogpile.cache Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-dogpile.cache" package

Please follow the guidelines below to install python3-dogpile.cache on Kali Linux

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

2. Uninstall "python3-dogpile.cache" package

Please follow the instructions below to uninstall python3-dogpile.cache on Kali Linux:

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

3. Information about the python3-dogpile.cache package on Kali Linux

Package: python3-dogpile.cache
Source: python-dogpile.cache
Version: 1.1.8-3
Installed-Size: 208
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-decorator, python3-mako, python3-stevedore, python3:any
Size: 40564
SHA256: 2ea7a1f652bd2ea3b519d333e1b0893225740755fc11f8de4c335e325ff9636e
SHA1: 84cbb87b04c9e31a5adeda8344a48bc759173ad6
MD5sum: f0929aa67b4e1ce9d904a78c3901157b
Description: 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:
Homepage: https://github.com/sqlalchemy/dogpile.cache.git
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-dogpile.cache/python3-dogpile.cache_1.1.8-3_all.deb