How to Install and Uninstall python3-gast.noarch Package on Fedora 39
Last updated: November 15,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
Copied
$
sudo dnf install
python3-gast.noarch
Copied
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
Copied
$
sudo dnf autoremove
Copied
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.
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.