How to Install and Uninstall python3-asttokens.noarch Package on Fedora 36

Last updated: November 29,2024

1. Install "python3-asttokens.noarch" package

Please follow the step by step instructions below to install python3-asttokens.noarch on Fedora 36

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

2. Uninstall "python3-asttokens.noarch" package

Please follow the step by step instructions below to uninstall python3-asttokens.noarch on Fedora 36:

$ sudo dnf remove python3-asttokens.noarch $ sudo dnf autoremove

3. Information about the python3-asttokens.noarch package on Fedora 36

Last metadata expiration check: 4:15:43 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-asttokens
Version : 2.0.5
Release : 3.fc36
Architecture : noarch
Size : 37 k
Source : python-asttokens-2.0.5-3.fc36.src.rpm
Repository : fedora
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.