How To Install gumbo-parser on Fedora 36

In this tutorial we learn how to install gumbo-parser in Fedora 36. gumbo-parser is A HTML5 parser

Introduction

In this tutorial we learn how to install gumbo-parser on Fedora 36.

What is gumbo-parser

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.

We can use yum or dnf to install gumbo-parser on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gumbo-parser.

Install gumbo-parser on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install gumbo-parser using dnf by running the following command:

sudo dnf -y install gumbo-parser

Install gumbo-parser on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gumbo-parser using yum by running the following command:

sudo yum -y install gumbo-parser

How To Uninstall gumbo-parser on Fedora 36

To uninstall only the gumbo-parser package we can use the following command:

sudo dnf remove gumbo-parser

gumbo-parser Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/7e060cb0455788cabef4abdedbfa967b37c222
/usr/lib/libgumbo.so.1
/usr/lib/libgumbo.so.1.0.0
/usr/share/doc/gumbo-parser
/usr/share/doc/gumbo-parser/COPYING

References

Summary

In this tutorial we learn how to install gumbo-parser on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install gumbo-parser on Fedora 36” linkTitle: “gumbo-parser” type: “docs” description: “In this tutorial we learn how to install gumbo-parser in Fedora 36. gumbo-parser is A HTML5 parser” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gumbo-parser-featured.png

Introduction

In this tutorial we learn how to install gumbo-parser on Fedora 36.

What is gumbo-parser

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.

We can use yum or dnf to install gumbo-parser on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gumbo-parser.

Install gumbo-parser on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install gumbo-parser using dnf by running the following command:

sudo dnf -y install gumbo-parser

Install gumbo-parser on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gumbo-parser using yum by running the following command:

sudo yum -y install gumbo-parser

How To Uninstall gumbo-parser on Fedora 36

To uninstall only the gumbo-parser package we can use the following command:

sudo dnf remove gumbo-parser

gumbo-parser Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/77
/usr/lib/.build-id/77/a4d630e13fe83acd61a3a134a2643a819c1080
/usr/lib64/libgumbo.so.1
/usr/lib64/libgumbo.so.1.0.0
/usr/share/doc/gumbo-parser
/usr/share/doc/gumbo-parser/COPYING

References

Summary

In this tutorial we learn how to install gumbo-parser on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).