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

Last updated: November 24,2024

1. Install "python310-asteval" package

Learn how to install python310-asteval on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-asteval

2. Uninstall "python310-asteval" package

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

$ sudo zypper remove python310-asteval

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

Information for package python310-asteval:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.