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

Last updated: November 26,2024

1. Install "python39-numexpr" package

Please follow the instructions below to install python39-numexpr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-numexpr

2. Uninstall "python39-numexpr" package

Here is a brief guide to show you how to uninstall python39-numexpr on openSuSE Tumbleweed:

$ sudo zypper remove python39-numexpr

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

Information for package python39-numexpr:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-numexpr
Version : 2.9.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 511.7 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.