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

Last updated: June 01,2024

1. Install "python39-aspectlib" package

Please follow the guidance below to install python39-aspectlib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-aspectlib

2. Uninstall "python39-aspectlib" package

In this section, we are going to explain the necessary steps to uninstall python39-aspectlib on openSuSE Tumbleweed:

$ sudo zypper remove python39-aspectlib

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

Information for package python39-aspectlib:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-aspectlib
Version : 2.0.0-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 199.5 KiB
Installed : No
Status : not installed
Source package : python-aspectlib-2.0.0-2.5.src
Upstream URL : https://github.com/ionelmc/python-aspectlib
Summary : Aspect-oriented programming
Description :
Aspectlib is an aspect-oriented programming, monkey-patch and
decorators library. It is useful when changing behavior in
existing code is desired. It includes tools for debugging and
testing: simple mock/record and a complete capture/replay
framework.