How to Install and Uninstall python3-gast.noarch Package on Fedora 39

Last updated: September 27,2024

1. Install "python3-gast.noarch" package

In this section, we are going to explain the necessary steps to install python3-gast.noarch on Fedora 39

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

2. Uninstall "python3-gast.noarch" package

Please follow the guidelines below to uninstall python3-gast.noarch on Fedora 39:

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

3. Information about the python3-gast.noarch package on Fedora 39

Last metadata expiration check: 3:37:02 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-gast
Version : 0.5.3
Release : 8.fc39
Architecture : noarch
Size : 68 k
Source : python-gast-0.5.3-8.fc39.src.rpm
Repository : fedora
Summary : Python AST that abstracts the underlying Python version
URL : https://github.com/serge-sans-paille/gast/
License : BSD-3-Clause
Description : A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST).
: GAST provides a compatibility layer between the AST of various Python versions,
: as produced by ast.parse from the standard ast module.