How to Install and Uninstall python3-vulture.noarch Package on Fedora 34

Last updated: November 27,2024

1. Install "python3-vulture.noarch" package

Here is a brief guide to show you how to install python3-vulture.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-vulture.noarch

2. Uninstall "python3-vulture.noarch" package

This guide covers the steps necessary to uninstall python3-vulture.noarch on Fedora 34:

$ sudo dnf remove python3-vulture.noarch $ sudo dnf autoremove

3. Information about the python3-vulture.noarch package on Fedora 34

Last metadata expiration check: 4:09:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-vulture
Version : 2.3
Release : 2.fc34
Architecture : noarch
Size : 54 k
Source : python-vulture-2.3-2.fc34.src.rpm
Repository : fedora
Summary : Find dead code
URL : https://github.com/jendrikseipp/vulture
License : MIT
Description :
: Vulture finds unused classes, functions and variables in your code.
: This helps you cleanup and find errors in your programs. If you run it
: on both your library and test suite you can find untested code.
: 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. Nonetheless, vulture can be a
: very helpful tool for higher code quality.