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

Last updated: October 05,2024

1. Install "python3-asteval.noarch" package

In this section, we are going to explain the necessary steps to install python3-asteval.noarch on Fedora 35

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

2. Uninstall "python3-asteval.noarch" package

Please follow the step by step instructions below to uninstall python3-asteval.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:34:37 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-asteval
Version : 0.9.25
Release : 2.fc35
Architecture : noarch
Size : 41 k
Source : python-asteval-0.9.25-2.fc35.src.rpm
Repository : fedora
Summary : Evaluator of Python expression using ast module
URL : http://github.com/newville/asteval
License : MIT
Description : ASTEVAL is a safe(ish) evaluator of Python expressions and statements,
: using Python's ast module. The idea is to provide a simple, safe, and robust
: miniature mathematical language that can handle user-input. The emphasis here
: is on mathematical expressions, and so many functions from numpy are imported
: and used if available.