How to Install and Uninstall findbugs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "findbugs" package

Please follow the steps below to install findbugs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install findbugs

2. Uninstall "findbugs" package

This is a short guide on how to uninstall findbugs on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the findbugs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: findbugs
Priority: extra
Section: universe/java
Installed-Size: 4259
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 3.0.1-2
Depends: default-jre | java7-runtime, java-wrappers, junit4, libasm4-java, libbcel-java (>= 6.0~rc3), libcommons-lang-java (>= 2.4), libdom4j-java (>= 1.6.1), libjaxen-java (>= 1.1.1), libjcip-annotations-java, libjdepend-java (>= 2.9), libjformatstring-java (>= 0.10~20081016-2), libjsr305-java
Filename: pool/universe/f/findbugs/findbugs_3.0.1-2_all.deb
Size: 3641300
MD5sum: c9641fbb8a704842dd077eae57ff632a
SHA1: e0e4aa1b35b1cc2cff804adbc75fb097fe88f91c
SHA256: 2912d22ca2171b1520243c49ce855b0f1b56cf2dd1b2006206b8a26228eb2b8c
Description-en: 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: b918c8a8be2d1d98071183bc6c31d55c
Homepage: http://findbugs.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu