How to Install and Uninstall pyupgrade Package on Kali Linux

Last updated: May 20,2024

1. Install "pyupgrade" package

This guide covers the steps necessary to install pyupgrade on Kali Linux

$ sudo apt update $ sudo apt install pyupgrade

2. Uninstall "pyupgrade" package

Learn how to uninstall pyupgrade on Kali Linux:

$ sudo apt remove pyupgrade $ sudo apt autoclean && sudo apt autoremove

3. Information about the pyupgrade package on Kali Linux

Package: pyupgrade
Version: 2.37.1-2
Installed-Size: 214
Maintainer: Debian Python Team
Architecture: all
Depends: python3-tokenize-rt, python3:any
Size: 35836
SHA256: d43c8c81337f90fe82db8d9146a492d9ea68ee2152a228b6cfc92ad0988672df
SHA1: f9625bd512ed7c5dbb4a866856348c013e740116
MD5sum: 2b32a88acd53eaeebc4ed5448bbbd37a
Description: Tool to automatically upgrade Python 3 syntax for newer versions
A tool (and pre-commit hook) to automatically upgrade syntax for newer
versions of the language.
.
This helper script can help you normalize your Python source code by
rewriting parts of your code to use the latest syntax improvements.
.
This package contains the Python 3 application.
Description-md5:
Homepage: https://github.com/asottile/pyupgrade
Section: devel
Priority: optional
Filename: pool/main/p/pyupgrade/pyupgrade_2.37.1-2_all.deb