How to Install and Uninstall python-klepto-doc Package on Kali Linux

Last updated: May 20,2024

1. Install "python-klepto-doc" package

Please follow the guidelines below to install python-klepto-doc on Kali Linux

$ sudo apt update $ sudo apt install python-klepto-doc

2. Uninstall "python-klepto-doc" package

This tutorial shows how to uninstall python-klepto-doc on Kali Linux:

$ sudo apt remove python-klepto-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-klepto-doc package on Kali Linux

Package: python-klepto-doc
Source: klepto
Version: 0.2.5-1
Installed-Size: 429
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Recommends: python3-klepto
Size: 120856
SHA256: 811458047607dc4307d61fc4ff6dd4f494e668ed19483bf2a3ac5d36c5a50408
SHA1: c355f9ec2130b2bde09cd6063e9379bdd8569f16
MD5sum: d39781314d33f2030a59abd41a9a4c19
Description: Persistent caching to memory, disk or database (documentation)
klepto extends Python's lru_cache to utilise different keymaps and
alternate caching algorithms. This package also has archiving
capabilities for longer-term storage. It uses a simple
dictionary-style interface for all caches and archives, and all
caches can be applied to any Python function as a decorator.
.
klepto is intended to be used for distributed and parallel computing,
where the keymaps serialize the stored objects, and the caches and
archives are intended to be read/write accessible from different
threads and processes.
.
klepto is part of pathos, a Python framework for heterogeneous computing.
.
This package contains the klepto documentation in HTML format.
Description-md5:
Homepage: https://github.com/uqfoundation/klepto
Section: doc
Priority: optional
Filename: pool/main/k/klepto/python-klepto-doc_0.2.5-1_all.deb