How to Install and Uninstall python2-vulture Package on openSUSE Leap

Last updated: April 29,2024

1. Install "python2-vulture" package

Please follow the step by step instructions below to install python2-vulture on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-vulture

2. Uninstall "python2-vulture" package

This guide covers the steps necessary to uninstall python2-vulture on openSUSE Leap:

$ sudo zypper remove python2-vulture

3. Information about the python2-vulture package on openSUSE Leap

Information for package python2-vulture:
----------------------------------------
Repository : Main Repository
Name : python2-vulture
Version : 1.4-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 133,8 KiB
Installed : No
Status : not installed
Source package : python-vulture-1.4-bp153.1.16.src
Summary : Python module for finding dead code
Description :
Vulture finds unused code in Python programs. This is useful for
cleaning up and finding errors in code bases. Running Vulture
on both the library and test suite, untested code can be found.
Due to Python's dynamic nature, static code analyzers like Vulture are
likely to miss some dead code. Also, code that is only called implicitly
may be reported as unused.
Features:
* static code analysis
* only one module
* tests itself and has complete test coverage
* complements pyflakes and has the same output syntax
* sorts unused classes and functions by size with ``--sort-by-size``
* supports Python 2.6, 2.7 and 3.x