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

Last updated: May 17,2024

1. Install "vulture" package

Please follow the steps below to install vulture on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install vulture

2. Uninstall "vulture" package

This guide covers the steps necessary to uninstall vulture on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: vulture
Priority: optional
Section: universe/python
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: all
Version: 0.8.1-1
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/v/vulture/vulture_0.8.1-1_all.deb
Size: 8172
MD5sum: 62492a57bfe032afed122714be252697
SHA1: 4e7a10eea6dcad3f15d7c1afd94adcd558cff163
SHA256: 482d35841d581ac49bd6bf0ae443c87284aeed89f3a0e8ff3e04fe56a24a0ff9
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
Enhances: prospector
Homepage: https://bitbucket.org/jendrikseipp/vulture
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu