How to Install and Uninstall python3-pure-eval.noarch Package on Oracle Linux 9

Last updated: May 19,2024

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

This guide let you learn how to install python3-pure-eval.noarch on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall python3-pure-eval.noarch on Oracle Linux 9:

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

3. Information about the python3-pure-eval.noarch package on Oracle Linux 9

Last metadata expiration check: 1:09:29 ago on Thu Feb 15 07:50:05 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.