How to Install and Uninstall python-weakrefmethod Package on openSUSE Leap

Last updated: July 05,2024

1. Install "python-weakrefmethod" package

Learn how to install python-weakrefmethod on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-weakrefmethod

2. Uninstall "python-weakrefmethod" package

Learn how to uninstall python-weakrefmethod on openSUSE Leap:

$ sudo zypper remove python-weakrefmethod

3. Information about the python-weakrefmethod package on openSUSE Leap

Information for package python-weakrefmethod:
---------------------------------------------
Repository : Main Repository
Name : python-weakrefmethod
Version : 1.0.3-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 18,9 KiB
Installed : No
Status : not installed
Source package : python-weakrefmethod-1.0.3-bp153.1.15.src
Summary : A WeakMethod class for storing bound methods using weak references
Description :
Python 3.4 include a ``WeakMethod`` class, for storing bound methods using weak references
(see the `Python weakref module `_).
This project is a backport of the WeakMethod class, and tests, for Python 2.6. The tests
require the `unittest2 package `_.
* Github repository & issue tracker: https://github.com/twang817/weakrefmethod