How to Install and Uninstall jaxb Package on Kali Linux

Last updated: May 17,2024

1. Install "jaxb" package

Here is a brief guide to show you how to install jaxb on Kali Linux

$ sudo apt update $ sudo apt install jaxb

2. Uninstall "jaxb" package

Please follow the steps below to uninstall jaxb on Kali Linux:

$ sudo apt remove jaxb $ sudo apt autoclean && sudo apt autoremove

3. Information about the jaxb package on Kali Linux

Package: jaxb
Version: 2.3.0.1-10.1
Installed-Size: 66
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless, libjaxb-java (>= 2.3.0.1-10.1)
Size: 14852
SHA256: 1112865bad478982967e935c2ee096419d7e34fef22f42c8c0f84cd4d3fcb33d
SHA1: 1d3a8b30c18970054024bd57fc207b47cb4d7c1b
MD5sum: 0234fa9dc2dc3275088db664ed3ec5c0
Description: JAXB Reference Implementation (Command Line Tools)
GlassFish Java Architecture for XML Binding (JAXB) Reference
Implementation.
.
Java Architecture for XML Binding (JAXB) provides a fast and convenient
way to bind XML schemas and Java representations, making it easy for
Java developers to incorporate XML data and processing functions in Java
applications. As part of this process, JAXB provides methods for
unmarshalling (reading) XML instance documents into Java content trees,
and then marshalling (writing) Java content trees back into XML instance
documents. JAXB also provides a way to generate XML schema from Java
objects.
.
This package contains the xjc and schemagen command line tools.
Description-md5:
Homepage: https://javaee.github.io/jaxb-v2/
Section: java
Priority: optional
Filename: pool/main/j/jaxb/jaxb_2.3.0.1-10.1_all.deb