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

Last updated: July 06,2024

1. Install "python311-numexpr" package

Please follow the guidance below to install python311-numexpr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-numexpr

2. Uninstall "python311-numexpr" package

This guide covers the steps necessary to uninstall python311-numexpr on openSuSE Tumbleweed:

$ sudo zypper remove python311-numexpr

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

Information for package python311-numexpr:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-numexpr
Version : 2.9.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 641.6 KiB
Installed : No
Status : not installed
Source package : python-numexpr-2.9.0-1.1.src
Upstream URL : https://github.com/pydata/numexpr/
Summary : Numerical expression evaluator for NumPy
Description :
Numexpr is a numerical expression evaluator for NumPy. It is a C++
module. With it, expressions that operate on arrays (like "3*a+4*b")
can be accelerated and use less memory than doing the same
calculation in Python.