libxerces2-java software package provides Validating XML parser for Java with DOM level 3 support, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libxerces2-java
libxerces2-java is installed in your system.
Make ensure the libxerces2-java package were installed using the commands given below,
$ sudo dpkg-query -l | grep libxerces2-java *
You will get with libxerces2-java package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Libraries |
| Package | libxerces2-java |
| Version | 2.11.0-7 |
| Description | Validating XML parser for Java with DOM level 3 support |
| Sub Section | libs |