How to Install and Uninstall python312-numexpr Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python312-numexpr" package
Please follow the guidelines below to install python312-numexpr on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-numexpr
Copied
2. Uninstall "python312-numexpr" package
Please follow the guidance below to uninstall python312-numexpr on openSuSE Tumbleweed:
$
sudo zypper remove
python312-numexpr
Copied
3. Information about the python312-numexpr package on openSuSE Tumbleweed
Information for package python312-numexpr:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-numexpr
Version : 2.9.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 602.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.
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-numexpr
Version : 2.9.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 602.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.