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

Last updated: September 27,2024

1. Install "libhubbub.x86_64" package

Please follow the steps below to install libhubbub.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install libhubbub.x86_64

2. Uninstall "libhubbub.x86_64" package

Please follow the guidelines below to uninstall libhubbub.x86_64 on Fedora 38:

$ sudo dnf remove libhubbub.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:37:12 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : libhubbub
Version : 0.3.7
Release : 10.fc38
Architecture : x86_64
Size : 96 k
Source : libhubbub-0.3.7-10.fc38.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