How to Install and Uninstall findbugs Package on openSUSE Leap

Last updated: May 21,2024

1. Install "findbugs" package

Please follow the guidance below to install findbugs on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install findbugs

2. Uninstall "findbugs" package

Please follow the guidelines below to uninstall findbugs on openSUSE Leap:

$ sudo zypper remove findbugs

3. Information about the findbugs package on openSUSE Leap

Information for package findbugs:
---------------------------------
Repository : Main Repository
Name : findbugs
Version : 3.0.1-1.78
Arch : noarch
Vendor : SUSE LLC
Installed Size : 7.9 MiB
Installed : No
Status : not installed
Source package : findbugs-3.0.1-1.78.src
Upstream URL : http://findbugs.sourceforge.net/
Summary : Bug pattern detector for Java
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.