How to Install and Uninstall python2-weave Package on openSUSE Leap

Last updated: May 14,2024

1. Install "python2-weave" package

In this section, we are going to explain the necessary steps to install python2-weave on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-weave

2. Uninstall "python2-weave" package

Please follow the steps below to uninstall python2-weave on openSUSE Leap:

$ sudo zypper remove python2-weave

3. Information about the python2-weave package on openSUSE Leap

Information for package python2-weave:
--------------------------------------
Repository : Main Repository
Name : python2-weave
Version : 0.17.0-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 4,3 MiB
Installed : No
Status : not installed
Source package : python-weave-0.17.0-bp153.1.16.src
Summary : A C++ compiler for Python
Description :
Weave provides tools for including C/C++ code within Python code. Inlining
C/C++ code within Python generally results in speedups of 1.5x to 30x over
algorithms written in pure Python.
Weave is the stand-alone version of the deprecated Scipy submodule
``scipy.weave``. It is Python 2.x only, and is provided for users that need
new versions of Scipy (from which the ``weave`` submodule may be removed) but
have existing code that still depends on ``scipy.weave``. For new code, users
are recommended to use Cython.