How To Install libhubbub on Fedora 36

In this tutorial we learn how to install libhubbub in Fedora 36. libhubbub is An HTML5 compliant parsing library

Introduction

In this tutorial we learn how to install libhubbub on Fedora 36.

What is libhubbub

Hubbub is an HTML5 compliant parsing library, written in C. It was developed as part of the NetSurf project. The HTML5 specification defines a parsing algorithm, based on the behavior of mainstream browsers, which provides instructions for how to parse all markup, both valid and invalid. As a result, Hubbub parses web content well. Features * Parses HTML, good and bad * Simple C API * Fast * Character encoding detection * Well-tested (~90% test coverage) * Portable

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

Install libhubbub 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 libhubbub using dnf by running the following command:

sudo dnf -y install libhubbub

Install libhubbub 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 libhubbub using yum by running the following command:

sudo yum -y install libhubbub

How To Uninstall libhubbub on Fedora 36

To uninstall only the libhubbub package we can use the following command:

sudo dnf remove libhubbub

libhubbub Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/7052ee9b51c204f2e17d729e56ef5556ac09c9
/usr/lib/libhubbub.so.0
/usr/lib/libhubbub.so.0.3.7
/usr/share/doc/libhubbub
/usr/share/doc/libhubbub/README
/usr/share/licenses/libhubbub
/usr/share/licenses/libhubbub/COPYING

References

Summary

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


title: “How To Install libhubbub on Fedora 36” linkTitle: “libhubbub” type: “docs” description: “In this tutorial we learn how to install libhubbub in Fedora 36. libhubbub is An HTML5 compliant parsing library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libhubbub-featured.png

Introduction

In this tutorial we learn how to install libhubbub on Fedora 36.

What is libhubbub

Hubbub is an HTML5 compliant parsing library, written in C. It was developed as part of the NetSurf project. The HTML5 specification defines a parsing algorithm, based on the behavior of mainstream browsers, which provides instructions for how to parse all markup, both valid and invalid. As a result, Hubbub parses web content well. Features * Parses HTML, good and bad * Simple C API * Fast * Character encoding detection * Well-tested (~90% test coverage) * Portable

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

Install libhubbub 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 libhubbub using dnf by running the following command:

sudo dnf -y install libhubbub

Install libhubbub 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 libhubbub using yum by running the following command:

sudo yum -y install libhubbub

How To Uninstall libhubbub on Fedora 36

To uninstall only the libhubbub package we can use the following command:

sudo dnf remove libhubbub

libhubbub Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/391a751e9b28a452aa1f83f263891e30d3c4cd
/usr/lib64/libhubbub.so.0
/usr/lib64/libhubbub.so.0.3.7
/usr/share/doc/libhubbub
/usr/share/doc/libhubbub/README
/usr/share/licenses/libhubbub
/usr/share/licenses/libhubbub/COPYING

References

Summary

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