How to Install and Uninstall python310-zope.proxy Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python310-zope.proxy" package

This guide covers the steps necessary to install python310-zope.proxy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-zope.proxy

2. Uninstall "python310-zope.proxy" package

This guide covers the steps necessary to uninstall python310-zope.proxy on openSuSE Tumbleweed:

$ sudo zypper remove python310-zope.proxy

3. Information about the python310-zope.proxy package on openSuSE Tumbleweed

Information for package python310-zope.proxy:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-zope.proxy
Version : 5.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 217.2 KiB
Installed : No
Status : not installed
Source package : python-zope.proxy-5.2-1.1.src
Upstream URL : https://github.com/zopefoundation/zope.proxy
Summary : Generic Transparent Proxies
Description :
Proxies are special objects which serve as mostly-transparent wrappers around
another object, intervening in the apparent behavior of the wrapped object only
when necessary to apply the policy (e.g., access checking, location brokering,
etc.) for which the proxy is responsible.