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

Last updated: November 14,2024

1. Install "python38-gast" package

Please follow the step by step instructions below to install python38-gast on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-gast

2. Uninstall "python38-gast" package

In this section, we are going to explain the necessary steps to uninstall python38-gast on openSuSE Tumbleweed:

$ sudo zypper remove python38-gast

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

Information for package python38-gast:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-gast
Version : 0.4.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 114,0 KiB
Installed : No
Status : not installed
Source package : python-gast-0.4.0-2.2.src
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.