How to Install and Uninstall python3-cachecontrol Package on Kali Linux

Last updated: October 06,2024

1. Install "python3-cachecontrol" package

Please follow the guidance below to install python3-cachecontrol on Kali Linux

$ sudo apt update $ sudo apt install python3-cachecontrol

2. Uninstall "python3-cachecontrol" package

This guide let you learn how to uninstall python3-cachecontrol on Kali Linux:

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

3. Information about the python3-cachecontrol package on Kali Linux

Package: python3-cachecontrol
Source: python-cachecontrol
Version: 0.14.0-1
Installed-Size: 81
Maintainer: Debian Python Team
Architecture: all
Depends: python3-requests, python3-msgpack, python3:any
Size: 18560
SHA256: 06c82670cd9e6d021425417601ec983bb86ba0ec752879b9deb60e21e04d36a9
SHA1: 7dfbce884d2284be608b1e627d30d4927c8b8708
MD5sum: 06d84614e1b5e692596bf06bab8b29a1
Description: caching algorithms in httplib2 for use with requests
CacheControl is a port of the caching algorithms in httplib2 for use with
requests session object.
.
It was written because httplib2's better support for caching is often
mitigated by its lack of threadsafety. The same is true of requests in
terms of caching.
.
This is the Python 3 library.
Description-md5:
Homepage: https://github.com/ionrock/cachecontrol
Section: python
Priority: optional
Filename: pool/main/p/python-cachecontrol/python3-cachecontrol_0.14.0-1_all.deb