How to Install and Uninstall cobertura Package on Kali Linux

Last updated: May 12,2024

1. Install "cobertura" package

Please follow the step by step instructions below to install cobertura on Kali Linux

$ sudo apt update $ sudo apt install cobertura

2. Uninstall "cobertura" package

Please follow the instructions below to uninstall cobertura on Kali Linux:

$ sudo apt remove cobertura $ sudo apt autoclean && sudo apt autoremove

3. Information about the cobertura package on Kali Linux

Package: cobertura
Version: 2.1.1-2
Installed-Size: 50
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jre-headless (>= 1:1.6) | java6-runtime-headless, libcobertura-java (= 2.1.1-2)
Recommends: junit4
Size: 18772
SHA256: 74323dcf8780d47576e30d1f05c7efa5d9085608d4132e87ab60f8534825bb3f
SHA1: 5e3559477194f753c79ea573a29562c2d893d463
MD5sum: 7b09ff088e6c6e0483444d3fe447b8d1
Description: java tool that calculates the percentage of code accessed by tests
Tool that measures test coverage by instrumenting a Java code base and watching
which lines of code are and are not executed as the test suite runs. In
addition to identifying untested code and locating bugs, Cobertura can
optimize code by flagging dead, unreachable code and can provide insights
into how an API operates in practice. It is based on jcoverage.
Description-md5:
Homepage: https://cobertura.github.io/cobertura/
Section: java
Priority: optional
Filename: pool/main/c/cobertura/cobertura_2.1.1-2_all.deb