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

Last updated: June 26,2024

1. Install "libhubbub.i686" package

Please follow the step by step instructions below to install libhubbub.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libhubbub.i686

2. Uninstall "libhubbub.i686" package

Please follow the steps below to uninstall libhubbub.i686 on Fedora 34:

$ sudo dnf remove libhubbub.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:27:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libhubbub
Version : 0.3.7
Release : 3.fc34
Architecture : i686
Size : 102 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