How to Install and Uninstall python3-CacheControl.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-CacheControl.noarch" package

Please follow the instructions below to install python3-CacheControl.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-CacheControl.noarch

2. Uninstall "python3-CacheControl.noarch" package

Please follow the step by step instructions below to uninstall python3-CacheControl.noarch on Fedora 34:

$ sudo dnf remove python3-CacheControl.noarch $ sudo dnf autoremove

3. Information about the python3-CacheControl.noarch package on Fedora 34

Last metadata expiration check: 5:21:52 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-CacheControl
Version : 0.12.6
Release : 7.fc34
Architecture : noarch
Size : 41 k
Source : python-CacheControl-0.12.6-7.fc34.src.rpm
Repository : fedora
Summary : httplib2 caching for requests
URL : https://github.com/ionrock/cachecontrol
License : MIT
Description : 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 thread safety. The same is
: true of requests in terms of caching.