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

Last updated: November 23,2024

1. Install "python38-asteval" package

This tutorial shows how to install python38-asteval on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-asteval

2. Uninstall "python38-asteval" package

Learn how to uninstall python38-asteval on openSuSE Tumbleweed:

$ sudo zypper remove python38-asteval

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

Information for package python38-asteval:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-asteval
Version : 0.9.22-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 140,9 KiB
Installed : No
Status : not installed
Source package : python-asteval-0.9.22-1.5.src
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.