How to Install and Uninstall python3-simpleeval.noarch Package on Fedora 35

Last updated: June 03,2024

1. Install "python3-simpleeval.noarch" package

This guide let you learn how to install python3-simpleeval.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-simpleeval.noarch

2. Uninstall "python3-simpleeval.noarch" package

Please follow the guidelines below to uninstall python3-simpleeval.noarch on Fedora 35:

$ sudo dnf remove python3-simpleeval.noarch $ sudo dnf autoremove

3. Information about the python3-simpleeval.noarch package on Fedora 35

Last metadata expiration check: 2:27:02 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-simpleeval
Version : 0.9.10
Release : 7.fc35
Architecture : noarch
Size : 26 k
Source : python-simpleeval-0.9.10-7.fc35.src.rpm
Repository : fedora
Summary : An expression evaluator library for Python
URL : https://github.com/danthedeckie/simpleeval
License : MIT
Description : 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.