How to Install and Uninstall python3-asteval Package on openSUSE Leap

Last updated: April 24,2024

1. Install "python3-asteval" package

In this section, we are going to explain the necessary steps to install python3-asteval on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-asteval

2. Uninstall "python3-asteval" package

Please follow the step by step instructions below to uninstall python3-asteval on openSUSE Leap:

$ sudo zypper remove python3-asteval

3. Information about the python3-asteval package on openSUSE Leap

Information for package python3-asteval:
----------------------------------------
Repository : Main Repository
Name : python3-asteval
Version : 0.9.17-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 151.0 KiB
Installed : No
Status : not installed
Source package : python-asteval-0.9.17-bp155.2.12.src
Upstream URL : http://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.