How to Install libnekohtml-java in Ubuntu 18.04



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

sudo apt update
sudo apt install libnekohtml-java

Description:

NekoHTML - HTML parser for Java

NekoHTML is a simple HTML scanner and tag balancer that enables application programmers to parse HTML documents and access the information using standard XML interfaces. The parser can scan HTML files and "fix up" many common mistakes that human (and computer) authors make in writing HTML documents. NekoHTML adds missing parent elements; automatically closes elements with optional end tags; and can handle mismatched in-line element tags.

Homepage: http://nekohtml.sourceforge.net

Version: 1.9.22-1

Section: universe/libs