How to Install and Uninstall findbugs Package on Kali Linux

Last updated: May 21,2024

1. Install "findbugs" package

Please follow the steps below to install findbugs on Kali Linux

$ sudo apt update $ sudo apt install findbugs

2. Uninstall "findbugs" package

This guide covers the steps necessary to uninstall findbugs on Kali Linux:

$ sudo apt remove findbugs $ sudo apt autoclean && sudo apt autoremove

3. Information about the findbugs package on Kali Linux

Package: findbugs
Version: 3.1.0~preview2-3
Installed-Size: 485
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jre (>= 2:1.8) | java8-runtime, libfindbugs-ant-java, libfindbugs-java, java-wrappers
Size: 175812
SHA256: 60468eb5334d3f0739d806e4cfaa3c191c64896d6969004f775dc61cfce82f55
SHA1: 9a99cc7f4b1d3f03d24d2ff3e173f4be79025f75
MD5sum: a7267ca61d70c3b704963bc59f696d28
Description: Static java code analyzer to find bugs
FindBugs is a program which uses static analysis to look for bugs in Java
code. It can analyze programs compiled for any version of Java, from 1.0
to 1.8.
.
FindBugs provides both GUI and command line interfaces and supports many
bug patterns.
Description-md5:
Homepage: http://findbugs.sourceforge.net
Section: java
Priority: optional
Filename: pool/main/f/findbugs/findbugs_3.1.0~preview2-3_all.deb