How to Install and Uninstall python3-tokenize-rt Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-tokenize-rt" package

Please follow the steps below to install python3-tokenize-rt on Kali Linux

$ sudo apt update $ sudo apt install python3-tokenize-rt

2. Uninstall "python3-tokenize-rt" package

This tutorial shows how to uninstall python3-tokenize-rt on Kali Linux:

$ sudo apt remove python3-tokenize-rt $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-tokenize-rt package on Kali Linux

Package: python3-tokenize-rt
Source: python-tokenize-rt
Version: 4.2.1-2
Installed-Size: 32
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 7020
SHA256: 58380d01596ce29ac932395ca577a1259272345ec1623791de436df3774b59c3
SHA1: 3132d9553de74c34fb75f69ec0974ef834b8afd8
MD5sum: e718844a341947c5904831a27a85059c
Description: wrapper around the Python stdlib `tokenize` which roundtrips
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're writing a refactoring tool based on
the python tokenization.
Description-md5:
Homepage: https://github.com/asottile/tokenize-rt
Section: python
Priority: optional
Filename: pool/main/p/python-tokenize-rt/python3-tokenize-rt_4.2.1-2_all.deb