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

Last updated: September 21,2024

1. Install "python3-gast.noarch" package

Please follow the instructions below to install python3-gast.noarch on Fedora 36

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

2. Uninstall "python3-gast.noarch" package

Please follow the instructions below to uninstall python3-gast.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:21:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-gast
Version : 0.5.3
Release : 2.fc36
Architecture : noarch
Size : 51 k
Source : python-gast-0.5.3-2.fc36.src.rpm
Repository : fedora
Summary : Python AST that abstracts the underlying Python version
URL : https://github.com/serge-sans-paille/gast/
License : BSD
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.