How to Install and Uninstall nekohtml.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "nekohtml.noarch" package

This guide let you learn how to install nekohtml.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install nekohtml.noarch

2. Uninstall "nekohtml.noarch" package

This guide covers the steps necessary to uninstall nekohtml.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove nekohtml.noarch $ sudo dnf autoremove

3. Information about the nekohtml.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:17:53 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : nekohtml
Version : 1.9.22
Release : 17.el9
Architecture : noarch
Size : 157 k
Source : nekohtml-1.9.22-17.el9.src.rpm
Repository : epel
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.