How to Install and Uninstall python3-asttokens.noarch Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "python3-asttokens.noarch" package

Learn how to install python3-asttokens.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-asttokens.noarch

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 $ sudo dnf autoremove

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.