How to Install and Uninstall python3-asttokens.noarch Package on Oracle Linux 9
Last updated: November 17,2024
1. Install "python3-asttokens.noarch" package
Learn how to install python3-asttokens.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-asttokens.noarch
Copied
2. Uninstall "python3-asttokens.noarch" package
This guide let you learn how to uninstall python3-asttokens.noarch on Oracle Linux 9:
$
sudo dnf remove
python3-asttokens.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-asttokens.noarch package on Oracle Linux 9
Last metadata expiration check: 3:48:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-asttokens
Version : 2.0.5
Release : 6.el9
Architecture : noarch
Size : 37 k
Source : python-asttokens-2.0.5-6.el9.src.rpm
Repository : epel
Summary : Module to annotate Python abstract syntax trees with source code positions
URL : https://pypi.python.org/pypi/asttokens
License : ASL 2.0
Description : The asttokens module annotates Python abstract syntax trees (ASTs) with the
: positions of tokens and text in the source code that generated them. This makes
: it possible for tools that work with logical AST nodes to find the particular
: text that resulted in those nodes, for example for automated refactoring or
: highlighting.
Available Packages
Name : python3-asttokens
Version : 2.0.5
Release : 6.el9
Architecture : noarch
Size : 37 k
Source : python-asttokens-2.0.5-6.el9.src.rpm
Repository : epel
Summary : Module to annotate Python abstract syntax trees with source code positions
URL : https://pypi.python.org/pypi/asttokens
License : ASL 2.0
Description : The asttokens module annotates Python abstract syntax trees (ASTs) with the
: positions of tokens and text in the source code that generated them. This makes
: it possible for tools that work with logical AST nodes to find the particular
: text that resulted in those nodes, for example for automated refactoring or
: highlighting.