How To Install golang-github-puerkitobio-goquery-devel on Fedora 36

In this tutorial we learn how to install golang-github-puerkitobio-goquery-devel in Fedora 36. golang-github-puerkitobio-goquery-devel is Set of features similar to jQuery for the Go language

Introduction

In this tutorial we learn how to install golang-github-puerkitobio-goquery-devel on Fedora 36.

What is golang-github-puerkitobio-goquery-devel

Goquery brings a syntax and a set of features similar to jQuery to the Go language. It is based on Go’s net/html package and the CSS Selector library cascadia. Since the net/html parser returns nodes, and not a full-featured DOM tree, jQuery’s stateful manipulation functions (like height(), css(), detach()) have been left off. This package contains the source code needed for building packages that reference the following Go import paths – github.com/PuerkitoBio/goquery

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

Install golang-github-puerkitobio-goquery-devel 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 golang-github-puerkitobio-goquery-devel using dnf by running the following command:

sudo dnf -y install golang-github-puerkitobio-goquery-devel

Install golang-github-puerkitobio-goquery-devel 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 golang-github-puerkitobio-goquery-devel using yum by running the following command:

sudo yum -y install golang-github-puerkitobio-goquery-devel

How To Uninstall golang-github-puerkitobio-goquery-devel on Fedora 36

To uninstall only the golang-github-puerkitobio-goquery-devel package we can use the following command:

sudo dnf remove golang-github-puerkitobio-goquery-devel

golang-github-puerkitobio-goquery-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-puerkitobio-goquery-devel
/usr/share/doc/golang-github-puerkitobio-goquery-devel/README.md
/usr/share/doc/golang-github-puerkitobio-goquery-devel/doc
/usr/share/doc/golang-github-puerkitobio-goquery-devel/doc/tips.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/PuerkitoBio
/usr/share/gocode/src/github.com/PuerkitoBio/goquery
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/.goipath
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/README.md
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/array.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/array_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/bench_array_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/bench_example_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/bench_expand_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/bench_filter_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/bench_iteration_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/bench_property_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/bench_query_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/bench_traversal_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/doc
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/doc.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/doc/tips.md
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/example_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/expand.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/expand_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/filter.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/filter_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/go.mod
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/iteration.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/iteration_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/manipulation.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/manipulation_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/property.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/property_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/query.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/query_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/traversal.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/traversal_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/type.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/type_test.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/utilities.go
/usr/share/gocode/src/github.com/PuerkitoBio/goquery/utilities_test.go
/usr/share/licenses/golang-github-puerkitobio-goquery-devel
/usr/share/licenses/golang-github-puerkitobio-goquery-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-puerkitobio-goquery-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).