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

Last updated: May 17,2024

1. Install "python3-simpleeval" package

Please follow the step by step instructions below to install python3-simpleeval on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-simpleeval

2. Uninstall "python3-simpleeval" package

Please follow the guidance below to uninstall python3-simpleeval on openSUSE Leap:

$ sudo zypper remove python3-simpleeval

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

Information for package python3-simpleeval:
-------------------------------------------
Repository : Main Repository
Name : python3-simpleeval
Version : 0.9.10-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 89.3 KiB
Installed : No
Status : not installed
Source package : python-simpleeval-0.9.10-bp155.2.11.src
Upstream URL : https://github.com/danthedeckie/simpleeval
Summary : A simple, safe single expression evaluator library
Description :
A quick single file library for easily adding evaluatable expressions
into python projects. Say you want to allow a user to set an alarm volume,
which could depend on the time of day, alarm level, how many previous alarms
had gone off, and if there is music playing at the time.
Or if you want to allow simple formulare in a web application, but don’t want
to give full eval() access, or don’t want to run in javascript on the client side.