How to Install and Uninstall python310-gast Package on openSuSE Tumbleweed
Last updated: November 24,2024
1. Install "python310-gast" package
Please follow the steps below to install python310-gast on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-gast
Copied
2. Uninstall "python310-gast" package
This is a short guide on how to uninstall python310-gast on openSuSE Tumbleweed:
$
sudo zypper remove
python310-gast
Copied
3. Information about the python310-gast package on openSuSE Tumbleweed
Information for package python310-gast:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-gast
Version : 0.5.4-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 202.4 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.
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-gast
Version : 0.5.4-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 202.4 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.