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

Last updated: September 29,2024

1. Install "python3-vulture.noarch" package

Learn how to install python3-vulture.noarch on Fedora 39

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

2. Uninstall "python3-vulture.noarch" package

Please follow the guidelines below to uninstall python3-vulture.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:42:34 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-vulture
Version : 2.6
Release : 4.fc39
Architecture : noarch
Size : 73 k
Source : python-vulture-2.6-4.fc39.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.