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

Last updated: October 05,2024

1. Install "python3-asttokens.noarch" package

This tutorial shows how to install python3-asttokens.noarch on Fedora 34

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

2. Uninstall "python3-asttokens.noarch" package

Learn how to uninstall python3-asttokens.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:08:11 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-asttokens
Version : 2.0.4
Release : 3.fc34
Architecture : noarch
Size : 38 k
Source : python-asttokens-2.0.4-3.fc34.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.