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

Last updated: May 18,2024

1. Install "python-cachecontrol" package

This guide covers the steps necessary to install python-cachecontrol on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-cachecontrol

2. Uninstall "python-cachecontrol" package

Learn how to uninstall python-cachecontrol on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-cachecontrol
Priority: optional
Section: universe/python
Installed-Size: 62
Maintainer: Ubuntu Developers
Original-Maintainer: Barry Warsaw
Architecture: all
Version: 0.11.5-1.1
Depends: python-requests, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-cachecontrol/python-cachecontrol_0.11.5-1.1_all.deb
Size: 13676
MD5sum: 7404f8b3b2f78bdb799bec652bde81d2
SHA1: f1ad30b18517acec9e75be1a8102b50786ce2cc7
SHA256: 4f57e3a9aba7f480a045a6804417a6cf699bb785e21dbf5032fa3c46912ea899
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 2 library.
Description-md5: 816ab63c1a9dc941a3c64ade33cf8579
Homepage: https://github.com/ionrock/cachecontrol
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu