How to Install and Uninstall python39-gast Package on openSuSE Tumbleweed

Last updated: May 16,2024

1. Install "python39-gast" package

In this section, we are going to explain the necessary steps to install python39-gast on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-gast

2. Uninstall "python39-gast" package

This guide covers the steps necessary to uninstall python39-gast on openSuSE Tumbleweed:

$ sudo zypper remove python39-gast

3. Information about the python39-gast package on openSuSE Tumbleweed

Information for package python39-gast:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-gast
Version : 0.5.4-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 203.3 KiB
Installed : No
Status : not installed
Source package : python-gast-0.5.4-3.4.src
Upstream URL : https://github.com/serge-sans-paille/gast/
Summary : Python AST that abstracts the underlying Python version
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.