How to Install and Uninstall libhubbub.x86_64 Package on Fedora 35

Last updated: September 20,2024

1. Install "libhubbub.x86_64" package

Please follow the step by step instructions below to install libhubbub.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install libhubbub.x86_64

2. Uninstall "libhubbub.x86_64" package

Please follow the steps below to uninstall libhubbub.x86_64 on Fedora 35:

$ sudo dnf remove libhubbub.x86_64 $ sudo dnf autoremove

3. Information about the libhubbub.x86_64 package on Fedora 35

Last metadata expiration check: 2:34:01 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : libhubbub
Version : 0.3.7
Release : 4.fc35
Architecture : x86_64
Size : 97 k
Source : libhubbub-0.3.7-4.fc35.src.rpm
Repository : fedora
Summary : An HTML5 compliant parsing library
URL : http://www.netsurf-browser.org/projects/hubbub/
License : MIT
Description : 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