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

Last updated: October 06,2024

1. Install "python3-cachecontrol" package

Please follow the guidance below to install python3-cachecontrol on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-cachecontrol

2. Uninstall "python3-cachecontrol" package

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

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

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

Package: python3-cachecontrol
Priority: optional
Section: universe/python
Installed-Size: 62
Maintainer: Ubuntu Developers
Original-Maintainer: Barry Warsaw
Architecture: all
Source: python-cachecontrol
Version: 0.11.5-1.1
Depends: python3-requests, python3:any (>= 3.4~)
Filename: pool/universe/p/python-cachecontrol/python3-cachecontrol_0.11.5-1.1_all.deb
Size: 13754
MD5sum: 1b92a213aec01485d8903810f01b4f6f
SHA1: 8cff89254e26e88450b11665b3f576223511a1e1
SHA256: 0d7c6fc48f0bf67d1f36844dae2bf3fa34096c0212b1b86e6e73fd2ee770e67f
Description-en: 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: 140987958acc0bd944be64a18665fd7b
Homepage: https://github.com/ionrock/cachecontrol
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu