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

Last updated: June 29,2024

1. Install "python2-cached-property" package

Here is a brief guide to show you how to install python2-cached-property on openSUSE Leap

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

2. Uninstall "python2-cached-property" package

Please follow the step by step instructions below to uninstall python2-cached-property on openSUSE Leap:

$ sudo zypper remove python2-cached-property

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

Information for package python2-cached-property:
------------------------------------------------
Repository : Main Repository
Name : python2-cached-property
Version : 1.5.1-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 35,2 KiB
Installed : No
Status : not installed
Source package : python-cached-property-1.5.1-bp153.1.18.src
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.