How to Install and Uninstall python312-simpleeval Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "python312-simpleeval" package

Please follow the step by step instructions below to install python312-simpleeval on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-simpleeval

2. Uninstall "python312-simpleeval" package

In this section, we are going to explain the necessary steps to uninstall python312-simpleeval on openSuSE Tumbleweed:

$ sudo zypper remove python312-simpleeval

3. Information about the python312-simpleeval package on openSuSE Tumbleweed

Information for package python312-simpleeval:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-simpleeval
Version : 0.9.13-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 91.4 KiB
Installed : No
Status : not installed
Source package : python-simpleeval-0.9.13-2.4.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.