How To Install jericho-html on Fedora 36

In this tutorial we learn how to install jericho-html in Fedora 36. jericho-html is Java library allowing analysis and manipulation of parts of an HTML document

Introduction

In this tutorial we learn how to install jericho-html on Fedora 36.

What is jericho-html

Jericho HTML Parser is a java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any unrecognized or invalid HTML. It also provides high-level HTML form manipulation functions. It is an open source library released under both the Eclipse Public License (EPL) and GNU Lesser General Public License (LGPL). You are therefore free to use it in commercial applications subject to the terms detailed in either one of these license documents.

We can use yum or dnf to install jericho-html on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jericho-html.

Install jericho-html on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install jericho-html using dnf by running the following command:

sudo dnf -y install jericho-html

Install jericho-html on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install jericho-html using yum by running the following command:

sudo yum -y install jericho-html

How To Uninstall jericho-html on Fedora 36

To uninstall only the jericho-html package we can use the following command:

sudo dnf remove jericho-html

jericho-html Package Contents on Fedora 36

/usr/share/doc/jericho-html
/usr/share/doc/jericho-html/project-description.txt
/usr/share/doc/jericho-html/release.txt
/usr/share/doc/jericho-html/samples
/usr/share/doc/jericho-html/samples/console
/usr/share/doc/jericho-html/samples/console/CompactSource.bat
/usr/share/doc/jericho-html/samples/console/ConvertStyleSheets.bat
/usr/share/doc/jericho-html/samples/console/DisplayAllElements.bat
/usr/share/doc/jericho-html/samples/console/Encoding.bat
/usr/share/doc/jericho-html/samples/console/ExtractText.bat
/usr/share/doc/jericho-html/samples/console/FindSpecificTags.bat
/usr/share/doc/jericho-html/samples/console/FormControlDisplayCharacteristics.bat
/usr/share/doc/jericho-html/samples/console/FormFieldCSVOutput.bat
/usr/share/doc/jericho-html/samples/console/FormFieldList.bat
/usr/share/doc/jericho-html/samples/console/FormFieldSetValues.bat
/usr/share/doc/jericho-html/samples/console/FormatSource.bat
/usr/share/doc/jericho-html/samples/console/HTMLSanitiser.bat
/usr/share/doc/jericho-html/samples/console/RenderToText.bat
/usr/share/doc/jericho-html/samples/console/SplitLongLines.bat
/usr/share/doc/jericho-html/samples/console/StreamedSourceCopy.bat
/usr/share/doc/jericho-html/samples/console/bat_lib
/usr/share/doc/jericho-html/samples/console/bat_lib/run.bat
/usr/share/doc/jericho-html/samples/console/bat_lib/set_package_name.bat
/usr/share/doc/jericho-html/samples/console/classes
/usr/share/doc/jericho-html/samples/console/classes/CompactSource.class
/usr/share/doc/jericho-html/samples/console/classes/ConvertStyleSheets.class
/usr/share/doc/jericho-html/samples/console/classes/DisplayAllElements.class
/usr/share/doc/jericho-html/samples/console/classes/Encoding.class
/usr/share/doc/jericho-html/samples/console/classes/ExtractText$1.class
/usr/share/doc/jericho-html/samples/console/classes/ExtractText.class
/usr/share/doc/jericho-html/samples/console/classes/FindSpecificTags.class
/usr/share/doc/jericho-html/samples/console/classes/FormControlDisplayCharacteristics.class
/usr/share/doc/jericho-html/samples/console/classes/FormFieldCSVOutput.class
/usr/share/doc/jericho-html/samples/console/classes/FormFieldList.class
/usr/share/doc/jericho-html/samples/console/classes/FormFieldSetValues.class
/usr/share/doc/jericho-html/samples/console/classes/FormatSource.class
/usr/share/doc/jericho-html/samples/console/classes/HTMLSanitiser.class
/usr/share/doc/jericho-html/samples/console/classes/RenderToText.class
/usr/share/doc/jericho-html/samples/console/classes/SplitLongLines.class
/usr/share/doc/jericho-html/samples/console/classes/StreamedSourceCopy.class
/usr/share/doc/jericho-html/samples/console/data
/usr/share/doc/jericho-html/samples/console/data/form.html
/usr/share/doc/jericho-html/samples/console/data/main.css
/usr/share/doc/jericho-html/samples/console/data/test.html
/usr/share/doc/jericho-html/samples/console/logging.properties
/usr/share/doc/jericho-html/samples/console/src
/usr/share/doc/jericho-html/samples/console/src/CompactSource.java
/usr/share/doc/jericho-html/samples/console/src/ConvertStyleSheets.java
/usr/share/doc/jericho-html/samples/console/src/DisplayAllElements.java
/usr/share/doc/jericho-html/samples/console/src/Encoding.java
/usr/share/doc/jericho-html/samples/console/src/ExtractText.java
/usr/share/doc/jericho-html/samples/console/src/FindSpecificTags.java
/usr/share/doc/jericho-html/samples/console/src/FormControlDisplayCharacteristics.java
/usr/share/doc/jericho-html/samples/console/src/FormFieldCSVOutput.java
/usr/share/doc/jericho-html/samples/console/src/FormFieldList.java
/usr/share/doc/jericho-html/samples/console/src/FormFieldSetValues.java
/usr/share/doc/jericho-html/samples/console/src/FormatSource.java
/usr/share/doc/jericho-html/samples/console/src/HTMLSanitiser.java
/usr/share/doc/jericho-html/samples/console/src/RenderToText.java
/usr/share/doc/jericho-html/samples/console/src/SplitLongLines.java
/usr/share/doc/jericho-html/samples/console/src/StreamedSourceCopy.java
/usr/share/doc/jericho-html/samples/webapps
/usr/share/doc/jericho-html/samples/webapps/JerichoHTML
/usr/share/doc/jericho-html/samples/webapps/JerichoHTML/WEB-INF
/usr/share/doc/jericho-html/samples/webapps/JerichoHTML/WEB-INF/lib
/usr/share/doc/jericho-html/samples/webapps/JerichoHTML/WEB-INF/lib/jericho-html.jar
/usr/share/doc/jericho-html/samples/webapps/JerichoHTML/WEB-INF/web.xml
/usr/share/doc/jericho-html/samples/webapps/JerichoHTML/css
/usr/share/doc/jericho-html/samples/webapps/JerichoHTML/css/jericho.css
/usr/share/doc/jericho-html/samples/webapps/JerichoHTML/images
/usr/share/doc/jericho-html/samples/webapps/JerichoHTML/images/warning.gif
/usr/share/doc/jericho-html/samples/webapps/JerichoHTML/index.html
/usr/share/doc/jericho-html/samples/webapps/JerichoHTML/samples
/usr/share/doc/jericho-html/samples/webapps/JerichoHTML/samples/FormatSource.jsp
/usr/share/doc/jericho-html/samples/webapps/JerichoHTML/samples/RenderToText.jsp
/usr/share/java/jericho-html.jar
/usr/share/licenses/jericho-html
/usr/share/licenses/jericho-html/licence-epl-1.0.html
/usr/share/licenses/jericho-html/licence-lgpl-2.1.txt
/usr/share/licenses/jericho-html/licence.txt
/usr/share/maven-metadata/jericho-html.xml

References

Summary

In this tutorial we learn how to install jericho-html on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).