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

Last updated: May 16,2024

1. Install "python39-zope.proxy" package

In this section, we are going to explain the necessary steps to install python39-zope.proxy on openSuSE Tumbleweed

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

2. Uninstall "python39-zope.proxy" package

Please follow the steps below to uninstall python39-zope.proxy on openSuSE Tumbleweed:

$ sudo zypper remove python39-zope.proxy

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

Information for package python39-zope.proxy:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-zope.proxy
Version : 5.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 221.0 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.