How to Install and Uninstall gumbo-parser.i686 Package on Fedora 36

Last updated: October 10,2024

1. Install "gumbo-parser.i686" package

Please follow the instructions below to install gumbo-parser.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install gumbo-parser.i686

2. Uninstall "gumbo-parser.i686" package

Please follow the guidelines below to uninstall gumbo-parser.i686 on Fedora 36:

$ sudo dnf remove gumbo-parser.i686 $ sudo dnf autoremove

3. Information about the gumbo-parser.i686 package on Fedora 36

Last metadata expiration check: 1:20:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : gumbo-parser
Epoch : 1
Version : 0.10.1
Release : 23.fc36
Architecture : i686
Size : 139 k
Source : gumbo-parser-0.10.1-23.fc36.src.rpm
Repository : fedora
Summary : A HTML5 parser
URL : https://github.com/google/gumbo-parser
License : ASL 2.0
Description : Gumbo is an implementation of the HTML5 parsing algorithm implemented as
: a pure C99 library with no outside dependencies. It's designed to serve
: as a building block for other tools and libraries such as linters,
: validators, templating languages, and refactoring and analysis tools.