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

Last updated: May 04,2024

1. Install "python36-asteval" package

This is a short guide on how to install python36-asteval on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-asteval

2. Uninstall "python36-asteval" package

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

$ sudo zypper remove python36-asteval

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

Information for package python36-asteval:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-asteval
Version : 0.9.22-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 147,0 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.