How to Install and Uninstall libunbescape-java Package on Kali Linux

Last updated: May 14,2024

1. Install "libunbescape-java" package

Here is a brief guide to show you how to install libunbescape-java on Kali Linux

$ sudo apt update $ sudo apt install libunbescape-java

2. Uninstall "libunbescape-java" package

This guide let you learn how to uninstall libunbescape-java on Kali Linux:

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

3. Information about the libunbescape-java package on Kali Linux

Package: libunbescape-java
Source: unbescape
Version: 1.1.5-1.1
Installed-Size: 191
Maintainer: Debian Java Maintainers
Architecture: all
Suggests: libunbescape-java-doc
Size: 161816
SHA256: 42e0d5c363fbef7c26d2e43b40ee4d94f36963bf95da6b867dc41df8e69bc82b
SHA1: 03897f680e874300ce89d447b91b28b56c08c7fb
MD5sum: 7d2000d106fa4d757b21a219041b8ec3
Description: advanced yet easy-to-use escape/unescape library for Java
unbescape is a Java library aimed at performing fully-featured and
high-performance escape and unescape operations for:
.
* HTML5 and HTML 4
* XML 1.0 and XML 1.1
* JavaScript
* JSON
* URI / URL (both paths and query parameters)
* CSS (both identifiers and string literals)
* CSV (Comma-Separated Values)
* Java literals
* Java .properties files (both keys and values)
.
Its goals are:
.
* To be easy to use. Few lines of code needed. No additional dependencies.
* To be fast. Faster and lighter than most other options available in Java.
* To be versatile. Provides different escaping types and levels in order to
better adapt to different scenarios and contexts.
* To be feature-complete. Includes full HTML5 support, careful implementation
of the JavaScript, JSON, Java, etc specifications, streaming support...
Description-md5:
Homepage: http://www.unbescape.org
Section: java
Priority: optional
Filename: pool/main/u/unbescape/libunbescape-java_1.1.5-1.1_all.deb