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

Last updated: September 30,2024

1. Install "python3-diskcache.noarch" package

This tutorial shows how to install python3-diskcache.noarch on Fedora 34

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

2. Uninstall "python3-diskcache.noarch" package

This guide covers the steps necessary to uninstall python3-diskcache.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:23:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-diskcache
Version : 5.2.1
Release : 2.fc34
Architecture : noarch
Size : 75 k
Source : python-diskcache-5.2.1-2.fc34.src.rpm
Repository : fedora
Summary : Disk and file backed persistent cache
URL : http://www.grantjenks.com/docs/diskcache/
License : ASL 2.0
Description : DiskCache is an Apache 2 licensed disk and file backed cache library,
: written in pure-Python, and compatible with Django. The cloud-based
: computing of 2019 puts a premium on memory. Gigabytes of empty space
: is left on disks asprocesses vie for memory. Among these processes is
: Memcached (and sometimes Redis) which is used as a cache. Wouldn't it
: be nice to leverage.