How to Install and Uninstall python3-pure-eval.noarch Package on Fedora 38

Last updated: September 30,2024

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

This guide covers the steps necessary to install python3-pure-eval.noarch on Fedora 38

$ 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 Fedora 38:

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

3. Information about the python3-pure-eval.noarch package on Fedora 38

Last metadata expiration check: 3:18:26 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-pure-eval
Version : 0.2.2
Release : 4.fc38
Architecture : noarch
Size : 39 k
Source : python-pure-eval-0.2.2-4.fc38.src.rpm
Repository : fedora
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.