How to Install and Uninstall python3-numexpr Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-numexpr" package

In this section, we are going to explain the necessary steps to install python3-numexpr on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-numexpr

2. Uninstall "python3-numexpr" package

Please follow the step by step instructions below to uninstall python3-numexpr on openSUSE Leap:

$ sudo zypper remove python3-numexpr

3. Information about the python3-numexpr package on openSUSE Leap

Information for package python3-numexpr:
----------------------------------------
Repository : Main Repository
Name : python3-numexpr
Version : 2.7.1-bp155.2.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 659.4 KiB
Installed : No
Status : not installed
Source package : python-numexpr-2.7.1-bp155.2.15.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.