How to Install and Uninstall python311-scipy Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "python311-scipy" package

This is a short guide on how to install python311-scipy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-scipy

2. Uninstall "python311-scipy" package

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

$ sudo zypper remove python311-scipy

3. Information about the python311-scipy package on openSuSE Tumbleweed

Information for package python311-scipy:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-scipy
Version : 1.11.4-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 93.2 MiB
Installed : No
Status : not installed
Source package : python-scipy-1.11.4-3.1.src
Upstream URL : https://www.scipy.org
Summary : Scientific Tools for Python
Description :
Scipy is open-source software for mathematics, science, and
engineering. The core library is NumPy which provides convenient and
fast N-dimensional array manipulation. The SciPy library is built to
work with NumPy arrays, and provides many numerical routines such as
for numerical integration and optimization.