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

Last updated: June 30,2024

1. Install "libhibernate-validator-java" package

Please follow the step by step instructions below to install libhibernate-validator-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libhibernate-validator-java

2. Uninstall "libhibernate-validator-java" package

Learn how to uninstall libhibernate-validator-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libhibernate-validator-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libhibernate-validator-java
Priority: optional
Section: universe/libs
Installed-Size: 481
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 4.2.1-2
Depends: glassfish-javaee, libgeronimo-validation-1.0-spec-java, libhibernate3-java, libjoda-time-java, libjtype-java
Filename: pool/universe/libh/libhibernate-validator-java/libhibernate-validator-java_4.2.1-2_all.deb
Size: 352020
MD5sum: d6a38e9b2d7db77805e166d97a682a2d
SHA1: bd68a82d6ee71c79ecfec504c7b2108cb505a34e
SHA256: 9c8a3ced57bfc66bcf879834edfce1a7d836648946eddbe084c695f95ed95e29
Description-en: Hibernate Validator
Hibernate Validator aims at defining and checking a domain model
level constraints. It supports custom constraints definitions as well
as full internationalization. Annotations are used to define
constraints on object level. The validation mechanism can be executed
in different layers in your application without having to duplicate
any of these rules (presentation layer, data access layer, Database
schema).
.
Hibernate Validator integrates with Hibernate by applying the
constraints on the database schema (DDL generation) and by checking
entity validity before Hibernate inserts or updates instances. You
can use Hibernate Validator with any Java Persistence provider, not
only Hibernate, although you will not be able to use automatic DDL
alteration for constraint generation outside of Hibernate
EntityManager.
Description-md5: 91e0fac9bcd97cc00f06df4d08a7be8d
Homepage: http://validator.hibernate.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu