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

Last updated: May 23,2024

1. Install "libxstream-java" package

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

$ sudo apt update $ sudo apt install libxstream-java

2. Uninstall "libxstream-java" package

Here is a brief guide to show you how to uninstall libxstream-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libxstream-java
Architecture: all
Version: 1.4.8-1ubuntu0.1
Priority: optional
Section: universe/libs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 802
Depends: libxpp3-java
Suggests: libcglib3-java, libdom4j-java, libjdom1-java, libjdom2-java, libjettison-java, libjoda-time-java, libkxml2-java, libstax-java, libstax2-api-java, libwoodstox-java, libxom-java
Filename: pool/universe/libx/libxstream-java/libxstream-java_1.4.8-1ubuntu0.1_all.deb
Size: 589726
MD5sum: 803e5ff1a680463f8a21d7bc810edc47
SHA1: 12a3d7df7990f211884885a70973f97ab7c2e014
SHA256: d4aa50c28253c5ebe21f29ff7387af4f70b74bba0a1b0dbecd2d460615615598
SHA512: d796a4d8ec72a478f22d5e7c10fdd9345da0871eca83c399251fcecc74a49331ef591e22b335d0236be95003bb13cefb7d9b64601e560fb26af9fc694031d634
Homepage: http://xstream.codehaus.org
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

Package: libxstream-java
Priority: optional
Section: universe/libs
Installed-Size: 851
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.4.8-1
Depends: libxpp3-java
Suggests: libcglib3-java, libdom4j-java, libjdom1-java, libjdom2-java, libjettison-java, libjoda-time-java, libkxml2-java, libstax-java, libstax2-api-java, libwoodstox-java, libxom-java
Filename: pool/universe/libx/libxstream-java/libxstream-java_1.4.8-1_all.deb
Size: 589074
MD5sum: 207accb3924c47c0684b02cef209d957
SHA1: 529259cbab11212460443e90b1928bc2566b1725
SHA256: 23a6198711f639dd7aed51cb5df2e46f24e98a9cb3a2e601851dbbf26cbd224d
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
Homepage: http://xstream.codehaus.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu