How to Install and Uninstall python3-zope.proxy Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-zope.proxy" package

Here is a brief guide to show you how to install python3-zope.proxy on openSUSE Leap

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

2. Uninstall "python3-zope.proxy" package

This guide let you learn how to uninstall python3-zope.proxy on openSUSE Leap:

$ sudo zypper remove python3-zope.proxy

3. Information about the python3-zope.proxy package on openSUSE Leap

Information for package python3-zope.proxy:
-------------------------------------------
Repository : Main Repository
Name : python3-zope.proxy
Version : 4.3.5-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 318.8 KiB
Installed : No
Status : not installed
Source package : python-zope.proxy-4.3.5-bp155.2.14.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.