How to Install and Uninstall libxstream-java Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libxstream-java" package

Please follow the instructions below to install libxstream-java on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libxstream-java

2. Uninstall "libxstream-java" package

This tutorial shows how to uninstall libxstream-java on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libxstream-java package on Ubuntu 21.10 (Impish Indri)

Package: libxstream-java
Architecture: all
Version: 1.4.15-4
Priority: optional
Section: universe/libs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 667
Depends: libxpp3-java
Suggests: libcglib-nodep-java (>= 3.2.12), libdom4j-java, libjdom1-java (>= 1.1.3), libjdom2-java (>= 2.0.5), libjettison-java (>= 1.4.1), libjoda-time-java (>= 2.10.10), libkxml2-java, libwoodstox-java, libxom-java
Filename: pool/universe/libx/libxstream-java/libxstream-java_1.4.15-4_all.deb
Size: 544440
MD5sum: 44f1981b15191b8b501cf2663d8f8fd2
SHA1: 0fb4de8567f5a5bb36f58f00cfa88deedd161e46
SHA256: 296ceb848e08ef649c776a7e42145ba848c29c445f39229b66e3d8e4e344c538
SHA512: e4e8e9c4d3109fe57a7ea126604e43f5b392c3a039021f5e749dc676a296ceb053c876b36e6a2676dec09a98c218b30c8b9fbd656861406c2c13bb9aa24d2501
Homepage: https://x-stream.github.io
Description-en: Java library to serialize objects to XML and back again
The features of the XStream library are:
.
- Ease of use. A high level facade is supplied that simplifies common
use cases.
- No mappings required. Most objects can be serialized without need
for specifying mappings.
- Performance. Speed and low memory footprint are a crucial part of
the design, making it suitable for large object graphs or systems
with high message throughput.
- Clean XML. No information is duplicated that can be obtained via
reflection. This results in XML that is easier to read for humans
and more compact than native Java serialization.
- Requires no modifications to objects. Serializes internal fields,
including private and final. Supports non-public and inner classes.
Classes are not required to have default constructor.
- Full object graph support. Duplicate references encountered in the
object-model will be maintained. Supports circular references.
- Integrates with other XML APIs. By implementing an interface,
XStream can serialize directly to/from any tree structure (not just
XML).
- Customizable conversion strategies. Strategies can be registered
allowing customization of how particular types are represented as
XML.
- Error messages. When an exception occurs due to malformed XML,
detailed diagnostics are provided to help isolate and fix the
problem.
- Alternative output format. The modular design allows other output
formats. XStream ships currently with JSON support and morphing.
Description-md5: 10c1dedc8716f96d83e51d094ab4032b