How to Install and Uninstall modernize Package on Kali Linux

Last updated: May 07,2024

1. Install "modernize" package

This is a short guide on how to install modernize on Kali Linux

$ sudo apt update $ sudo apt install modernize

2. Uninstall "modernize" package

Please follow the steps below to uninstall modernize on Kali Linux:

$ sudo apt remove modernize $ sudo apt autoclean && sudo apt autoremove

3. Information about the modernize package on Kali Linux

Package: modernize
Version: 0.7-3
Installed-Size: 25
Maintainer: Debian Python Team
Architecture: all
Depends: python3-libmodernize, python3:any
Size: 6316
SHA256: b4b96a9da56c6dc8356c2b2c5367a7dcd19b0c2816d0f659c140e2341c278fa2
SHA1: b52072d4ac791893124aa126b45f00612a77cd22
MD5sum: fac458fa92625bffd35dff9be4de3355
Description: Modernizes Python code for eventual Python 3 migration
This library is a very thin wrapper around lib2to3 to utilize it to make
Python 2 code more modern with the intention of eventually porting it over
to Python 3.
.
This package installs the python-modernize command line tool. It works like
2to3. It does not guarantee, but it attempts to spit out a codebase compatible
with Python 2.6+ or Python 3. The code that it generates has a runtime
dependency on six, unless the --no-six option is used. Version 1.9.0 or later
of six is recommended. Some of the fixers output code that is not compatible
with Python 2.5 or lower.
Description-md5:
Homepage: https://github.com/python-modernize/python-modernize
Section: python
Priority: optional
Filename: pool/main/m/modernize/modernize_0.7-3_all.deb