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

Last updated: October 05,2024

1. Install "python39-wirerope" package

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

$ sudo zypper refresh $ sudo zypper install python39-wirerope

2. Uninstall "python39-wirerope" package

Learn how to uninstall python39-wirerope on openSuSE Tumbleweed:

$ sudo zypper remove python39-wirerope

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

Information for package python39-wirerope:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-wirerope
Version : 0.4.7-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 48.1 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.