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

Last updated: June 03,2024

1. Install "python3-vulture.noarch" package

Please follow the steps below to install python3-vulture.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 0:02:46 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-vulture
Version : 2.3
Release : 4.fc35
Architecture : noarch
Size : 52 k
Source : python-vulture-2.3-4.fc35.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.