How to Install and Uninstall libhubbub.i686 Package on Fedora 36

Last updated: October 10,2024

1. Install "libhubbub.i686" package

This tutorial shows how to install libhubbub.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install libhubbub.i686

2. Uninstall "libhubbub.i686" package

Please follow the guidelines below to uninstall libhubbub.i686 on Fedora 36:

$ sudo dnf remove libhubbub.i686 $ sudo dnf autoremove

3. Information about the libhubbub.i686 package on Fedora 36

Last metadata expiration check: 4:22:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : libhubbub
Version : 0.3.7
Release : 5.fc36
Architecture : i686
Size : 100 k
Source : libhubbub-0.3.7-5.fc36.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