How to Install and Uninstall python-autopep8 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-autopep8" package

Please follow the step by step instructions below to install python-autopep8 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-autopep8

2. Uninstall "python-autopep8" package

Please follow the guidance below to uninstall python-autopep8 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-autopep8 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-autopep8
Priority: optional
Section: universe/python
Installed-Size: 148
Maintainer: Ubuntu Developers
Original-Maintainer: Micah Anderson
Architecture: all
Source: autopep8
Version: 0.9.1-2
Depends: pep8 (>= 1.4.5), python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Filename: pool/universe/a/autopep8/python-autopep8_0.9.1-2_all.deb
Size: 30980
MD5sum: 7ff1882a6209a51b775e4515ed41eed5
SHA1: f9d6ff7dabbd9462e33de4a76104b64bc8f3ce26
SHA256: 02e55ccf0f671bc1902bf06745981354d6395c58af6042ea7d943233f2211dde
Description-en: 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.
Description-md5: 399a4eb7f3fd2685a313bea896d6875c
Homepage: https://pypi.python.org/pypi/autopep8/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu