How To Install golang-gitlab-commonmark-html-devel on Fedora 36

In this tutorial we learn how to install golang-gitlab-commonmark-html-devel in Fedora 36. golang-gitlab-commonmark-html-devel is HTML utilities for escaping/unescaping and for parsing HTML

Introduction

In this tutorial we learn how to install golang-gitlab-commonmark-html-devel on Fedora 36.

What is golang-gitlab-commonmark-html-devel

Package Html provides functions for escaping/unescaping HTML text and for parsing HTML entities. This package contains the source code needed for building packages that reference the following Go import paths – gitlab.com/golang-commonmark/html

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

Install golang-gitlab-commonmark-html-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-gitlab-commonmark-html-devel using dnf by running the following command:

sudo dnf -y install golang-gitlab-commonmark-html-devel

Install golang-gitlab-commonmark-html-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-gitlab-commonmark-html-devel using yum by running the following command:

sudo yum -y install golang-gitlab-commonmark-html-devel

How To Uninstall golang-gitlab-commonmark-html-devel on Fedora 36

To uninstall only the golang-gitlab-commonmark-html-devel package we can use the following command:

sudo dnf remove golang-gitlab-commonmark-html-devel

golang-gitlab-commonmark-html-devel Package Contents on Fedora 36

/usr/share/doc/golang-gitlab-commonmark-html-devel
/usr/share/doc/golang-gitlab-commonmark-html-devel/README.md
/usr/share/gocode/src/gitlab.com
/usr/share/gocode/src/gitlab.com/golang-commonmark
/usr/share/gocode/src/gitlab.com/golang-commonmark/html
/usr/share/gocode/src/gitlab.com/golang-commonmark/html/.goipath
/usr/share/gocode/src/gitlab.com/golang-commonmark/html/README.md
/usr/share/gocode/src/gitlab.com/golang-commonmark/html/go.mod
/usr/share/gocode/src/gitlab.com/golang-commonmark/html/html.go
/usr/share/gocode/src/gitlab.com/golang-commonmark/html/html5_entities.go
/usr/share/gocode/src/gitlab.com/golang-commonmark/html/html_benchmark_test.go
/usr/share/gocode/src/gitlab.com/golang-commonmark/html/html_example_test.go
/usr/share/gocode/src/gitlab.com/golang-commonmark/html/html_test.go
/usr/share/licenses/golang-gitlab-commonmark-html-devel
/usr/share/licenses/golang-gitlab-commonmark-html-devel/LICENSE

References

Summary

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