How to Install libxmlenc-java in Ubuntu 18.04



Install libxmlenc-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libxmlenc-java

Description:

Fast stream-based XML output library for java

Lightweight XML encoding library for Java, optimized for performance. It fills the gap between a light-weight parser like SAX, and a heavy-weight XML output library, like JDOM.

Homepage: http://xmlenc.sourceforge.net

Version: 0.52+dfsg-5

Section: universe/java