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

Last updated: December 29,2024

1. Install "python3-cached_property.noarch" package

This tutorial shows how to install python3-cached_property.noarch on Fedora 36

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

2. Uninstall "python3-cached_property.noarch" package

This tutorial shows how to uninstall python3-cached_property.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:07:38 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-cached_property
Version : 1.5.2
Release : 6.fc36
Architecture : noarch
Size : 19 k
Source : python-cached_property-1.5.2-6.fc36.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.