How to Install and Uninstall python3-vulture.noarch Package on Fedora 36
Last updated: November 26,2024
1. Install "python3-vulture.noarch" package
This guide let you learn how to install python3-vulture.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
python3-vulture.noarch
Copied
2. Uninstall "python3-vulture.noarch" package
This tutorial shows how to uninstall python3-vulture.noarch on Fedora 36:
$
sudo dnf remove
python3-vulture.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-vulture.noarch package on Fedora 36
Last metadata expiration check: 0:26:13 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-vulture
Version : 2.3
Release : 6.fc36
Architecture : noarch
Size : 52 k
Source : python-vulture-2.3-6.fc36.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.
Available Packages
Name : python3-vulture
Version : 2.3
Release : 6.fc36
Architecture : noarch
Size : 52 k
Source : python-vulture-2.3-6.fc36.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.