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

Last updated: July 03,2024

1. Install "python311-asteval" package

Here is a brief guide to show you how to install python311-asteval on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-asteval

2. Uninstall "python311-asteval" package

Please follow the guidelines below to uninstall python311-asteval on openSuSE Tumbleweed:

$ sudo zypper remove python311-asteval

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

Information for package python311-asteval:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-asteval
Version : 0.9.31-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 159.3 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.