How to Install and Uninstall pep8 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "pep8" package

This guide covers the steps necessary to install pep8 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pep8

2. Uninstall "pep8" package

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

$ sudo apt remove pep8 $ sudo apt autoclean && sudo apt autoremove

3. Information about the pep8 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pep8
Priority: optional
Section: universe/python
Installed-Size: 19
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.7.0-2
Depends: python3:any, python3-pep8
Filename: pool/universe/p/pep8/pep8_1.7.0-2_all.deb
Size: 4500
MD5sum: 0ff5eed315b0b41506765c30bea6089e
SHA1: d97da70dda2877db23095614a0fef499668096e2
SHA256: 0713cc3d02faa60fb86add45d3621a1bd2e87c173c7ddc3b3d6010693f4cd2ed
Description-en: Python PEP 8 code style checker
Features a plugin architecture allowing for adding new checks is easily.
Parseable output listing line numbers of the error location. Consists of
just one Python file, and requires only stdlib.
Description-md5: 22eeb79f6a9757efb44211ccb5d54a38
Homepage: http://pypi.python.org/pypi/pep8
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu