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

Last updated: October 06,2024

1. Install "python3-tokenize-rt.noarch" package

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

$ sudo dnf update $ sudo dnf install python3-tokenize-rt.noarch

2. Uninstall "python3-tokenize-rt.noarch" package

This tutorial shows how to uninstall python3-tokenize-rt.noarch on Fedora 36:

$ sudo dnf remove python3-tokenize-rt.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:35:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-tokenize-rt
Version : 4.2.1
Release : 1.fc36
Architecture : noarch
Size : 17 k
Source : python-tokenize-rt-4.2.1-1.fc36.src.rpm
Repository : updates
Summary : Wrapper for Python's stdlib `tokenize` supporting roundtrips
URL : https://github.com/asottile/tokenize-rt
License : MIT
Description : The stdlib tokenize module does not properly roundtrip. This wrapper
: around the stdlib provides two additional tokens ESCAPED_NL and
: UNIMPORTANT_WS, and a Token data type. Use src_to_tokens and
: tokens_to_src to roundtrip. This library is useful if you are writing
: a refactoring tool based on the python tokenization.