How to Install and Uninstall python3-asteval.noarch Package on CentOS Stream 8
Last updated: January 19,2025
1. Install "python3-asteval.noarch" package
Please follow the step by step instructions below to install python3-asteval.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-asteval.noarch
Copied
2. Uninstall "python3-asteval.noarch" package
Here is a brief guide to show you how to uninstall python3-asteval.noarch on CentOS Stream 8:
$
sudo dnf remove
python3-asteval.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-asteval.noarch package on CentOS Stream 8
Last metadata expiration check: 2:31:07 ago on Sun Feb 25 03:03:59 2024.
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.
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.