How to Install and Uninstall python3-cached_property.noarch Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "python3-cached_property.noarch" package
This tutorial shows how to install python3-cached_property.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-cached_property.noarch
Copied
2. Uninstall "python3-cached_property.noarch" package
Please follow the step by step instructions below to uninstall python3-cached_property.noarch on Rocky Linux 8:
$
sudo dnf remove
python3-cached_property.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-cached_property.noarch package on Rocky Linux 8
Last metadata expiration check: 0:20:52 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-cached_property
Version : 1.5.1
Release : 7.el8
Architecture : noarch
Size : 23 k
Source : python-cached_property-1.5.1-7.el8.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.
Available Packages
Name : python3-cached_property
Version : 1.5.1
Release : 7.el8
Architecture : noarch
Size : 23 k
Source : python-cached_property-1.5.1-7.el8.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.