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

Last updated: May 21,2024

1. Install "python3-gast" package

Here is a brief guide to show you how to install python3-gast on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-gast

2. Uninstall "python3-gast" package

Learn how to uninstall python3-gast on openSUSE Leap:

$ sudo zypper remove python3-gast

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

Information for package python3-gast:
-------------------------------------
Repository : Main Repository
Name : python3-gast
Version : 0.3.3-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 114.7 KiB
Installed : No
Status : not installed
Source package : python-gast-0.3.3-bp155.2.9.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.