How to Install and Uninstall nekohtml.noarch Package on Amazon Linux 2

Last updated: July 02,2024

1. Install "nekohtml.noarch" package

Please follow the steps below to install nekohtml.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install nekohtml.noarch

2. Uninstall "nekohtml.noarch" package

This is a short guide on how to uninstall nekohtml.noarch on Amazon Linux 2:

$ sudo yum remove nekohtml.noarch $ sudo yum autoremove

3. Information about the nekohtml.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : nekohtml
Arch : noarch
Version : 1.9.14
Release : 13.amzn2
Size : 152 k
Repo : amzn2-core/2/x86_64
Summary : HTML scanner and tag balancer
URL : http://nekohtml.sourceforge.net/
License : ASL 2.0
Description : 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 inline element tags.
: NekoHTML is written using the Xerces Native Interface (XNI) that
: is the foundation of the Xerces2 implementation. This enables you
: to use the NekoHTML parser with existing XNI tools without
: modification or rewriting code.