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

Last updated: May 18,2024

1. Install "python39-asteval" package

Please follow the guidance below to install python39-asteval on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-asteval

2. Uninstall "python39-asteval" package

This guide covers the steps necessary to uninstall python39-asteval on openSuSE Tumbleweed:

$ sudo zypper remove python39-asteval

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

Information for package python39-asteval:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-asteval
Version : 0.9.31-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 123.7 KiB
Installed : No
Status : not installed
Source package : python-asteval-0.9.31-1.3.src
Upstream URL : https://github.com/newville/asteval
Summary : Safe, minimalistic evaluator of python expression using ast module
Description :
ASTEVAL provides a numpy-aware, safe(ish) 'eval' function
Emphasis is on mathematical expressions, and so numpy ufuncs
are used if available. Symbols are held in the Interpreter
symbol table 'symtable': a simple dictionary supporting a
simple, flat namespace.
Expressions can be compiled into ast node for later evaluation,
using the values in the symbol table current at evaluation time.