How to Install and Uninstall vulture Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "vulture" package

Please follow the guidelines below to install vulture on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install vulture

2. Uninstall "vulture" package

This tutorial shows how to uninstall vulture on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the vulture package on Ubuntu 20.10 (Groovy Gorilla)

Package: vulture
Architecture: all
Version: 2.1-1
Priority: optional
Section: universe/python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 113
Depends: python3-toml, python3:any, python3-pkg-resources
Enhances: prospector
Filename: pool/universe/v/vulture/vulture_2.1-1_all.deb
Size: 26908
MD5sum: 36df9dc9b63e74cdb6bb32fe9ae3b91d
SHA1: cad66af10cf355b46527a037e9084de59a91a762
SHA256: 1c495a767f3fc32b3def237bc6a4dda2fdf1f1e3321c3c2fdc4f1312a1f36e44
SHA512: 2e2dafd621962da70b7157d3975af86dfe3c9b4c6a7050fa2140944532bd9191c3303852d31b20754b6f5bea4bddc914d0f97c6820b24752db26068b272e7b04
Homepage: https://github.com/jendrikseipp/vulture
Description-en: 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: 6cfae03d460b1c4118c359ae1797bda5