How to Install and Uninstall python3-cached-property Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-cached-property" package

Please follow the steps below to install python3-cached-property on openSUSE Leap

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

2. Uninstall "python3-cached-property" package

Here is a brief guide to show you how to uninstall python3-cached-property on openSUSE Leap:

$ sudo zypper remove python3-cached-property

3. Information about the python3-cached-property package on openSUSE Leap

Information for package python3-cached-property:
------------------------------------------------
Repository : Main Repository
Name : python3-cached-property
Version : 1.5.2-150300.7.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 40.4 KiB
Installed : No
Status : not installed
Source package : python-cached-property-1.5.2-150300.7.3.1.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.