How to Install and Uninstall libsurefire-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libsurefire-java" package

Here is a brief guide to show you how to install libsurefire-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsurefire-java

2. Uninstall "libsurefire-java" package

Please follow the guidance below to uninstall libsurefire-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsurefire-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsurefire-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsurefire-java
Priority: optional
Section: universe/java
Installed-Size: 851
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: surefire
Version: 2.17-2
Depends: libcommons-io-java, libcommons-lang3-java, libmaven-common-artifact-filters-java, libmaven-plugin-tools-java, libmaven-shared-utils-java
Recommends: junit | junit4 | testng | libjmock-java
Filename: pool/universe/s/surefire/libsurefire-java_2.17-2_all.deb
Size: 435202
MD5sum: 9642e3e5495ceea71264ac52ae1ad830
SHA1: 5a95f3d01ac366279e2fdb116eaa5b189ead920f
SHA256: c61883d539e3498f8b4b0185c9925f43643e50839d3883cf3e88ce697873aa65
Description-en: Surefire test framework for Java
Maven is a software project management and comprehension tool. Based on the
concept of a project object model (POM), Maven can manage a project's build,
reporting and documentation from a central piece of information.
.
Maven's primary goal is to allow a developer to comprehend the complete
state of a development effort in the shortest period of time. In order to
attain this goal there are several areas of concern that Maven attempts
to deal with:
.
* Making the build process easy
* Providing a uniform build system
* Providing quality project information
* Providing guidelines for best practices development
* Allowing transparent migration to new features
.
This package ships the surefire test framework and the maven-surefire-plugin.
Description-md5: bab89622b27ed7a11502370f4e3469da
Homepage: http://maven.apache.org/surefire/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu