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

Last updated: October 06,2024

1. Install "python3-fastcache.x86_64" package

Please follow the instructions below to install python3-fastcache.x86_64 on Fedora 34

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

2. Uninstall "python3-fastcache.x86_64" package

This tutorial shows how to uninstall python3-fastcache.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:37:00 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-fastcache
Version : 1.1.0
Release : 9.fc34
Architecture : x86_64
Size : 28 k
Source : python-fastcache-1.1.0-9.fc34.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.