How to Install and Uninstall python3-autopep8 Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-autopep8" package

This guide covers the steps necessary to install python3-autopep8 on Kali Linux

$ sudo apt update $ sudo apt install python3-autopep8

2. Uninstall "python3-autopep8" package

This guide covers the steps necessary to uninstall python3-autopep8 on Kali Linux:

$ sudo apt remove python3-autopep8 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-autopep8 package on Kali Linux

Package: python3-autopep8
Source: autopep8
Version: 2.0.4-2
Installed-Size: 203
Maintainer: Sylvestre Ledru
Architecture: all
Replaces: python-autopep8 (<< 1.4.4-2)
Depends: python3-pycodestyle (>= 2.10.0), python3-tomli | python3-supported-min (>= 3.11), python3:any, python3-pep8, python3-pkg-resources, python3-lib2to3
Breaks: python-autopep8 (<< 1.4.4-2)
Size: 47592
SHA256: 1492775ba1eb195a9bc22c27e6924331bdf2ab8cfd0e988f3be48ee5fc741597
SHA1: ef65c83e74c88e60fcc9dff45e52569bdc6f361f
MD5sum: b16db2f6583cb9e790686140e651554c
Description: tool that automatically formats Python code to conform to PEP 8
autopep8 automatically formats Python code to conform to the PEP 8 style
guide. It uses the pep8 utility to determine what parts of the code needs to
be formatted. autopep8 is capable of fixing most of the formatting issues that
can be reported by pep8. This package is for Python3.
Description-md5:
Homepage: https://github.com/hhatto/autopep8
Section: python
Priority: optional
Filename: pool/main/a/autopep8/python3-autopep8_2.0.4-2_all.deb