How To Install python3-simpleeval on Fedora 36

In this tutorial we learn how to install python3-simpleeval in Fedora 36. python3-simpleeval is An expression evaluator library for Python

Introduction

In this tutorial we learn how to install python3-simpleeval on Fedora 36.

What is python3-simpleeval

An short, easy to use, safe and reasonably extensible expression evaluator. Designed for things like in a website where you want to allow the user to generate a string, or a number from some other input, without allowing full eval() or other unsafe or needlessly complex linguistics.

We can use yum or dnf to install python3-simpleeval on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-simpleeval.

Install python3-simpleeval on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-simpleeval using dnf by running the following command:

sudo dnf -y install python3-simpleeval

Install python3-simpleeval on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-simpleeval using yum by running the following command:

sudo yum -y install python3-simpleeval

How To Uninstall python3-simpleeval on Fedora 36

To uninstall only the python3-simpleeval package we can use the following command:

sudo dnf remove python3-simpleeval

python3-simpleeval Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/__pycache__/simpleeval.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/simpleeval.cpython-310.pyc
/usr/lib/python3.10/site-packages/simpleeval-0.9.12.dist-info
/usr/lib/python3.10/site-packages/simpleeval-0.9.12.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/simpleeval-0.9.12.dist-info/LICENCE
/usr/lib/python3.10/site-packages/simpleeval-0.9.12.dist-info/METADATA
/usr/lib/python3.10/site-packages/simpleeval-0.9.12.dist-info/WHEEL
/usr/lib/python3.10/site-packages/simpleeval-0.9.12.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/simpleeval.py
/usr/share/doc/python3-simpleeval
/usr/share/doc/python3-simpleeval/README.rst
/usr/share/licenses/python3-simpleeval
/usr/share/licenses/python3-simpleeval/LICENCE

References

Summary

In this tutorial we learn how to install python3-simpleeval on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).