How to Install and Uninstall python3-asttokens.noarch Package on Fedora 35
Last updated: November 25,2024
1. Install "python3-asttokens.noarch" package
Here is a brief guide to show you how to install python3-asttokens.noarch on Fedora 35
$
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 Fedora 35:
$
sudo dnf remove
python3-asttokens.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-asttokens.noarch package on Fedora 35
Last metadata expiration check: 1:44:06 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-asttokens
Version : 2.0.5
Release : 2.fc35
Architecture : noarch
Size : 37 k
Source : python-asttokens-2.0.5-2.fc35.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.
Available Packages
Name : python3-asttokens
Version : 2.0.5
Release : 2.fc35
Architecture : noarch
Size : 37 k
Source : python-asttokens-2.0.5-2.fc35.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.