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

Last updated: September 28,2024

1. Install "python36-gast" package

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

$ sudo zypper refresh $ sudo zypper install python36-gast

2. Uninstall "python36-gast" package

This guide let you learn how to uninstall python36-gast on openSuSE Tumbleweed:

$ sudo zypper remove python36-gast

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

Information for package python36-gast:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-gast
Version : 0.4.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 117,7 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.