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

Last updated: April 28,2024

1. Install "python3-mccabe" package

In this section, we are going to explain the necessary steps to install python3-mccabe on Kali Linux

$ sudo apt update $ sudo apt install python3-mccabe

2. Uninstall "python3-mccabe" package

This tutorial shows how to uninstall python3-mccabe on Kali Linux:

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

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

Package: python3-mccabe
Source: python-mccabe
Version: 0.7.0-1
Installed-Size: 41
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 10456
SHA256: 1c7df864b395342869153ccea3d945e8a1abb8631472f2222b5bb04e6186aec8
SHA1: ad24a40bc311248944d18f73042d1a15f1e38474
MD5sum: 0960e6a09ad9069d5bb45e366b3dc2e2
Description: Python code complexity checker (Python 3)
This module provides a plugin for the flake8 Python code checker to run the
McCabe code complexity script against Python 3 code.
.
This package provides Python 3 module bindings only.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/flintwork/mccabe
Section: python
Priority: optional
Filename: pool/main/p/python-mccabe/python3-mccabe_0.7.0-1_all.deb