How to Install and Uninstall gumbo-parser.x86_64 Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "gumbo-parser.x86_64" package

In this section, we are going to explain the necessary steps to install gumbo-parser.x86_64 on Rocky Linux 9

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

2. Uninstall "gumbo-parser.x86_64" package

Here is a brief guide to show you how to uninstall gumbo-parser.x86_64 on Rocky Linux 9:

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

3. Information about the gumbo-parser.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:07:01 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : gumbo-parser
Epoch : 1
Version : 0.10.1
Release : 22.el9
Architecture : x86_64
Size : 138 k
Source : gumbo-parser-0.10.1-22.el9.src.rpm
Repository : epel
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.