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

Last updated: May 17,2024

1. Install "python-mccabe" package

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

$ sudo apt update $ sudo apt install python-mccabe

2. Uninstall "python-mccabe" package

This guide let you learn how to uninstall python-mccabe on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-mccabe
Priority: optional
Section: universe/python
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.2.1-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Filename: pool/universe/p/python-mccabe/python-mccabe_0.2.1-1_all.deb
Size: 6782
MD5sum: 8842a7a092348653c882db244b43ab3b
SHA1: 52d15cfd0e86e6adada191d9a78d796173192967
SHA256: 74c2614f935abd503ea33057fa76ab643bd01964febcfb700812d5a79f30366c
Description-en: Python code complexity checker (Python 2)
This module provides a plugin for the flake8 Python code checker to run the
McCabe code complexity script against Python code.
.
This package provides Python 2 module bindings only.
Description-md5: de215b6127138bea861145a967dbdd20
Homepage: https://github.com/flintwork/mccabe
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu