How to Install and Uninstall python3-cached_property.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 13,2024

1. Install "python3-cached_property.noarch" package

This is a short guide on how to install python3-cached_property.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-cached_property.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-cached_property.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-cached_property.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:29:30 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-cached_property
Version : 1.5.2
Release : 7.el9
Architecture : noarch
Size : 20 k
Source : python-cached_property-1.5.2-7.el9.src.rpm
Repository : epel
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.