How to Install and Uninstall findbugs.noarch Package on Fedora 34

Last updated: October 09,2024

1. Install "findbugs.noarch" package

Please follow the step by step instructions below to install findbugs.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install findbugs.noarch

2. Uninstall "findbugs.noarch" package

This is a short guide on how to uninstall findbugs.noarch on Fedora 34:

$ sudo dnf remove findbugs.noarch $ sudo dnf autoremove

3. Information about the findbugs.noarch package on Fedora 34

Last metadata expiration check: 5:59:41 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : findbugs
Version : 3.0.1
Release : 25.fc34
Architecture : noarch
Size : 4.3 M
Source : findbugs-3.0.1-25.fc34.src.rpm
Repository : fedora
Summary : Find bugs in Java code
URL : http://findbugs.sourceforge.net/
License : LGPLv2+
Description : Findbugs is a program which uses static analysis to look for bugs in Java code.
: It can check for null pointer exceptions, multithreaded code errors, and other
: bugs.