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

Last updated: May 21,2024

1. Install "libregexp-java" package

This guide covers the steps necessary to install libregexp-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libregexp-java

2. Uninstall "libregexp-java" package

This tutorial shows how to uninstall libregexp-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libregexp-java
Priority: optional
Section: universe/libs
Installed-Size: 85
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.5-3build1
Filename: pool/universe/libr/libregexp-java/libregexp-java_1.5-3build1_all.deb
Size: 35146
MD5sum: 393a81fad9431954e49ba2e2af242038
SHA1: 7df117328d90194e4b3f02a6e1ad9084eab619ea
SHA256: 3fcc9d2914efd5b63d3564b2673bfd3974d71afb974e559b6b6ab42c2d5e00d5
Description-en: Regular expression library for Java
Regexp is a 100% Pure Java Regular Expression package. Regular expressions
are pattern descriptions which enable sophisticated matching of strings.
In addition to being able to match a string against a pattern, you can also
extract parts of the match. This is especially useful in text parsing!
Description-md5: b1141233204ba0843794bf8c71c5504d
Homepage: http://jakarta.apache.org/regexp/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu