How to Install and Uninstall python311-zope.cachedescriptors Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python311-zope.cachedescriptors" package
This is a short guide on how to install python311-zope.cachedescriptors on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-zope.cachedescriptors
Copied
2. Uninstall "python311-zope.cachedescriptors" package
This tutorial shows how to uninstall python311-zope.cachedescriptors on openSuSE Tumbleweed:
$
sudo zypper remove
python311-zope.cachedescriptors
Copied
3. Information about the python311-zope.cachedescriptors package on openSuSE Tumbleweed
Information for package python311-zope.cachedescriptors:
--------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-zope.cachedescriptors
Version : 5.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 53.8 KiB
Installed : No
Status : not installed
Source package : python-zope.cachedescriptors-5.0-2.4.src
Upstream URL : https://github.com/zopefoundation/zope.cachedescriptors
Summary : Method and property caching decorators
Description :
Cached descriptors cache their output. They take into account
instance attributes that they depend on, so when the instance
attributes change, the descriptors will change the values they
return.
Cached descriptors cache their data in _v_ attributes, so they are
also useful for managing the computation of volatile attributes for
persistent objects.
--------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-zope.cachedescriptors
Version : 5.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 53.8 KiB
Installed : No
Status : not installed
Source package : python-zope.cachedescriptors-5.0-2.4.src
Upstream URL : https://github.com/zopefoundation/zope.cachedescriptors
Summary : Method and property caching decorators
Description :
Cached descriptors cache their output. They take into account
instance attributes that they depend on, so when the instance
attributes change, the descriptors will change the values they
return.
Cached descriptors cache their data in _v_ attributes, so they are
also useful for managing the computation of volatile attributes for
persistent objects.