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

Last updated: October 05,2024

1. Install "python3-gast.noarch" package

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

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

2. Uninstall "python3-gast.noarch" package

Please follow the guidance below to uninstall python3-gast.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:37:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-gast
Version : 0.4.0
Release : 2.fc34
Architecture : noarch
Size : 30 k
Source : python-gast-0.4.0-2.fc34.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.