How to Install and Uninstall vulture Package on Kali Linux

Last updated: May 18,2024

1. Install "vulture" package

Here is a brief guide to show you how to install vulture on Kali Linux

$ sudo apt update $ sudo apt install vulture

2. Uninstall "vulture" package

Learn how to uninstall vulture on Kali Linux:

$ sudo apt remove vulture $ sudo apt autoclean && sudo apt autoremove

3. Information about the vulture package on Kali Linux

Package: vulture
Version: 2.7-2
Installed-Size: 113
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3-toml, python3:any
Enhances: prospector
Size: 32660
SHA256: 480c6a825a81e06b2d5030cd209743cb410ab8a1a6d0e0d0d9f9435740254bbd
SHA1: f17b03185925a8aecf02010ab5be02addaa3c56b
MD5sum: 4d2c075ce020d7b2713c20d4551d76a6
Description: scans for unused ("dead") code in a Python program
Vulture uses static code analysis to find unused classes, functions and
variables in Python code. This helps to cleanup and find errors in
programs. However, the user has to be aware that the static method has
its limitations.
Description-md5:
Homepage: https://github.com/jendrikseipp/vulture
Section: devel
Priority: optional
Filename: pool/main/v/vulture/vulture_2.7-2_all.deb