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

Last updated: October 11,2024

1. Install "libhubbub.x86_64" package

This tutorial shows how to install libhubbub.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libhubbub.x86_64

2. Uninstall "libhubbub.x86_64" package

This guide let you learn how to uninstall libhubbub.x86_64 on Fedora 34:

$ sudo dnf remove libhubbub.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:23:10 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libhubbub
Version : 0.3.7
Release : 3.fc34
Architecture : x86_64
Size : 98 k
Source : libhubbub-0.3.7-3.fc34.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