How to Install and Uninstall python3-asteval.noarch Package on CentOS 8 / RHEL 8

Last updated: September 28,2024

1. Install "python3-asteval.noarch" package

This is a short guide on how to install python3-asteval.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-asteval.noarch" package

This guide let you learn how to uninstall python3-asteval.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-asteval.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:45:04 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-asteval
Version : 0.9.18
Release : 1.el8
Architecture : noarch
Size : 40 k
Source : python-asteval-0.9.18-1.el8.src.rpm
Repository : epel
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.