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

Last updated: January 15,2025

1. Install "python3-CacheControl.noarch" package

This guide covers the steps necessary to install python3-CacheControl.noarch on Fedora 35

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

2. Uninstall "python3-CacheControl.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-CacheControl.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:45:28 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-CacheControl
Version : 0.12.6
Release : 9.fc35
Architecture : noarch
Size : 40 k
Source : python-CacheControl-0.12.6-9.fc35.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.