How to Install and Uninstall python311-wirerope Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python311-wirerope" package

This is a short guide on how to install python311-wirerope on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-wirerope

2. Uninstall "python311-wirerope" package

Here is a brief guide to show you how to uninstall python311-wirerope on openSuSE Tumbleweed:

$ sudo zypper remove python311-wirerope

3. Information about the python311-wirerope package on openSuSE Tumbleweed

Information for package python311-wirerope:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-wirerope
Version : 0.4.7-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 62.3 KiB
Installed : No
Status : not installed
Source package : python-wirerope-0.4.7-1.7.src
Upstream URL : https://github.com/youknowone/wirerope
Summary : The Way to Handle Bound Methods
Description :
wirerope.rope.WireRope is the wrapper for callables. By wrapping a function
with WireRope with a custom subclass of the wirerope.wire.Wire class, the
wire object will be created by each function or bound method.