How to Install and Uninstall python3-fastcache.x86_64 Package on Fedora 35

Last updated: May 09,2024

1. Install "python3-fastcache.x86_64" package

Here is a brief guide to show you how to install python3-fastcache.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install python3-fastcache.x86_64

2. Uninstall "python3-fastcache.x86_64" package

Please follow the step by step instructions below to uninstall python3-fastcache.x86_64 on Fedora 35:

$ sudo dnf remove python3-fastcache.x86_64 $ sudo dnf autoremove

3. Information about the python3-fastcache.x86_64 package on Fedora 35

Last metadata expiration check: 4:53:52 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-fastcache
Version : 1.1.0
Release : 11.fc35
Architecture : x86_64
Size : 28 k
Source : python-fastcache-1.1.0-11.fc35.src.rpm
Repository : fedora
Summary : C implementation of python3 lru_cache
URL : https://github.com/pbrady/fastcache
License : MIT
Description : This package contains a C implementation of the python 3 lru_cache. It
: passes all tests in the standard library for functools.lru_cache.