How to Install and Uninstall python2-gast Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python2-gast" package

Please follow the guidelines below to install python2-gast on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-gast

2. Uninstall "python2-gast" package

In this section, we are going to explain the necessary steps to uninstall python2-gast on openSUSE Leap:

$ sudo zypper remove python2-gast

3. Information about the python2-gast package on openSUSE Leap

Information for package python2-gast:
-------------------------------------
Repository : Main Repository
Name : python2-gast
Version : 0.3.3-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 103,1 KiB
Installed : No
Status : not installed
Source package : python-gast-0.3.3-bp153.1.15.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.