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

Last updated: December 27,2024

1. Install "python310-wirerope" package

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

$ sudo zypper refresh $ sudo zypper install python310-wirerope

2. Uninstall "python310-wirerope" package

This guide let you learn how to uninstall python310-wirerope on openSuSE Tumbleweed:

$ sudo zypper remove python310-wirerope

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

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