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

Last updated: June 18,2024

1. Install "python38-numexpr" package

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

$ sudo zypper refresh $ sudo zypper install python38-numexpr

2. Uninstall "python38-numexpr" package

Please follow the step by step instructions below to uninstall python38-numexpr on openSuSE Tumbleweed:

$ sudo zypper remove python38-numexpr

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

Information for package python38-numexpr:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-numexpr
Version : 2.7.3-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 665,7 KiB
Installed : No
Status : not installed
Source package : python-numexpr-2.7.3-1.4.src
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.