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

Last updated: July 03,2024

1. Install "python3-gast.noarch" package

Please follow the step by step instructions below to install python3-gast.noarch on Fedora 35

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

2. Uninstall "python3-gast.noarch" package

Please follow the steps below to uninstall python3-gast.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:22:12 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-gast
Version : 0.5.2
Release : 1.fc35
Architecture : noarch
Size : 31 k
Source : python-gast-0.5.2-1.fc35.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.