How to Install and Uninstall python39-cached-property Package on openSuSE Tumbleweed

Last updated: November 15,2024

1. Install "python39-cached-property" package

Please follow the guidance below to install python39-cached-property on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-cached-property

2. Uninstall "python39-cached-property" package

Please follow the steps below to uninstall python39-cached-property on openSuSE Tumbleweed:

$ sudo zypper remove python39-cached-property

3. Information about the python39-cached-property package on openSuSE Tumbleweed

Information for package python39-cached-property:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-cached-property
Version : 1.5.2-4.6
Arch : noarch
Vendor : openSUSE
Installed Size : 32.3 KiB
Installed : No
Status : not installed
Source package : python-cached-property-1.5.2-4.6.src
Upstream URL : https://github.com/pydanny/cached-property
Summary : A decorator for caching properties in classes
Description :
A decorator for caching properties in classes. It makes caching of time or
computational expensive properties quick and easy and it works in Python 2
and 3.