How to Install and Uninstall findbugs Package on openSuSE Tumbleweed

Last updated: May 22,2024

1. Install "findbugs" package

Please follow the instructions below to install findbugs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install findbugs

2. Uninstall "findbugs" package

In this section, we are going to explain the necessary steps to uninstall findbugs on openSuSE Tumbleweed:

$ sudo zypper remove findbugs

3. Information about the findbugs package on openSuSE Tumbleweed

Information for package findbugs:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : findbugs
Version : 3.0.1-2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 7,9 MiB
Installed : No
Status : not installed
Source package : findbugs-3.0.1-2.11.src
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.