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

Last updated: June 26,2024

1. Install "python310-numexpr" package

This guide let you learn how to install python310-numexpr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-numexpr

2. Uninstall "python310-numexpr" package

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

$ sudo zypper remove python310-numexpr

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

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