How to Install and Uninstall python3-pure-eval.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "python3-pure-eval.noarch" package

This tutorial shows how to install python3-pure-eval.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-pure-eval.noarch

2. Uninstall "python3-pure-eval.noarch" package

Please follow the guidelines below to uninstall python3-pure-eval.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-pure-eval.noarch $ sudo dnf autoremove

3. Information about the python3-pure-eval.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:07:49 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pure-eval
Version : 0.2.2
Release : 1.el9
Architecture : noarch
Size : 28 k
Source : python-pure-eval-0.2.2-1.el9.src.rpm
Repository : epel
Summary : Safely evaluate AST nodes without side effects
URL : http://github.com/alexmojaki/pure_eval
License : MIT
Description : Python package that lets you safely evaluate certain AST nodes
: without triggering arbitrary code that may have unwanted side effects.