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

Last updated: November 07,2024

1. Install "python311-zope.proxy" package

This tutorial shows how to install python311-zope.proxy on openSuSE Tumbleweed

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

2. Uninstall "python311-zope.proxy" package

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

$ sudo zypper remove python311-zope.proxy

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

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