How To Install golang-github-miekg-mmark-devel on Fedora 36

In this tutorial we learn how to install golang-github-miekg-mmark-devel in Fedora 36. golang-github-miekg-mmark-devel is Powerful markdown processor in Go geared towards the IETF

Introduction

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

What is golang-github-miekg-mmark-devel

Mmark This package contains the source code needed for building packages that reference the following Go import paths – github.com/miekg/mmark

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

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

sudo dnf -y install golang-github-miekg-mmark-devel

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

sudo yum -y install golang-github-miekg-mmark-devel

How To Uninstall golang-github-miekg-mmark-devel on Fedora 36

To uninstall only the golang-github-miekg-mmark-devel package we can use the following command:

sudo dnf remove golang-github-miekg-mmark-devel

golang-github-miekg-mmark-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-miekg-mmark-devel
/usr/share/doc/golang-github-miekg-mmark-devel/CONVERSION_RFC7328.md
/usr/share/doc/golang-github-miekg-mmark-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/miekg
/usr/share/gocode/src/github.com/miekg/mmark
/usr/share/gocode/src/github.com/miekg/mmark/.goipath
/usr/share/gocode/src/github.com/miekg/mmark/CONVERSION_RFC7328.md
/usr/share/gocode/src/github.com/miekg/mmark/README.md
/usr/share/gocode/src/github.com/miekg/mmark/block.go
/usr/share/gocode/src/github.com/miekg/mmark/block_test.go
/usr/share/gocode/src/github.com/miekg/mmark/cm_test.go
/usr/share/gocode/src/github.com/miekg/mmark/code.go
/usr/share/gocode/src/github.com/miekg/mmark/common_render.go
/usr/share/gocode/src/github.com/miekg/mmark/doc_test.go
/usr/share/gocode/src/github.com/miekg/mmark/html.go
/usr/share/gocode/src/github.com/miekg/mmark/ial.go
/usr/share/gocode/src/github.com/miekg/mmark/ial_test.go
/usr/share/gocode/src/github.com/miekg/mmark/inline.go
/usr/share/gocode/src/github.com/miekg/mmark/inline_test.go
/usr/share/gocode/src/github.com/miekg/mmark/issue_test.go
/usr/share/gocode/src/github.com/miekg/mmark/log.go
/usr/share/gocode/src/github.com/miekg/mmark/markdown.go
/usr/share/gocode/src/github.com/miekg/mmark/mmark
/usr/share/gocode/src/github.com/miekg/mmark/mmark/main.go
/usr/share/gocode/src/github.com/miekg/mmark/mmark/titleblock.go
/usr/share/gocode/src/github.com/miekg/mmark/quote.go
/usr/share/gocode/src/github.com/miekg/mmark/rfc
/usr/share/gocode/src/github.com/miekg/mmark/rfc/rfc1149.md
/usr/share/gocode/src/github.com/miekg/mmark/rfc/rfc2100.md
/usr/share/gocode/src/github.com/miekg/mmark/rfc/rfc3514.md
/usr/share/gocode/src/github.com/miekg/mmark/rfc/rfc5841.md
/usr/share/gocode/src/github.com/miekg/mmark/rfc/rfc748.md
/usr/share/gocode/src/github.com/miekg/mmark/rfc/rfc7511.md
/usr/share/gocode/src/github.com/miekg/mmark/rfc7328.go
/usr/share/gocode/src/github.com/miekg/mmark/rfc7328_test.go
/usr/share/gocode/src/github.com/miekg/mmark/smartypants.go
/usr/share/gocode/src/github.com/miekg/mmark/table_test.go
/usr/share/gocode/src/github.com/miekg/mmark/toml.go
/usr/share/gocode/src/github.com/miekg/mmark/xml2rfc.go
/usr/share/gocode/src/github.com/miekg/mmark/xml2rfcv2.go
/usr/share/gocode/src/github.com/miekg/mmark/xml2rfcv3.go
/usr/share/licenses/golang-github-miekg-mmark-devel
/usr/share/licenses/golang-github-miekg-mmark-devel/COPYRIGHT
/usr/share/licenses/golang-github-miekg-mmark-devel/LICENSE

References

Summary

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