How to Install and Uninstall python3-cached_property.noarch Package on Fedora 39

Last updated: January 14,2025

1. Install "python3-cached_property.noarch" package

This guide let you learn how to install python3-cached_property.noarch on Fedora 39

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

2. Uninstall "python3-cached_property.noarch" package

Please follow the instructions below to uninstall python3-cached_property.noarch on Fedora 39:

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

3. Information about the python3-cached_property.noarch package on Fedora 39

Last metadata expiration check: 1:41:58 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-cached_property
Version : 1.5.2
Release : 11.fc39
Architecture : noarch
Size : 20 k
Source : python-cached_property-1.5.2-11.fc39.src.rpm
Repository : fedora
Summary : A cached-property for decorating methods in Python classes.
URL : https://github.com/pydanny/cached-property
License : BSD
Description : cached_property allows properties in Python classes to be cached until the cache
: is invalidated or expired.