How To Install golang-gopkg-russross-blackfriday-2-devel on Fedora 36

In this tutorial we learn how to install golang-gopkg-russross-blackfriday-2-devel in Fedora 36. golang-gopkg-russross-blackfriday-2-devel is Markdown processor for Go

Introduction

In this tutorial we learn how to install golang-gopkg-russross-blackfriday-2-devel on Fedora 36.

What is golang-gopkg-russross-blackfriday-2-devel

Blackfriday is a Markdown processor implemented in Go. It is paranoid about its input (so you can safely feed it user-supplied data), it is fast, it supports common extensions (tables, smart punctuation substitutions, etc.), and it is safe for all utf-8 (unicode) input. HTML output is currently supported, along with Smartypants extensions. This package contains the source code needed for building packages that reference the following Go import paths – gopkg.in/russross/blackfriday.v2

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

Install golang-gopkg-russross-blackfriday-2-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-gopkg-russross-blackfriday-2-devel using dnf by running the following command:

sudo dnf -y install golang-gopkg-russross-blackfriday-2-devel

Install golang-gopkg-russross-blackfriday-2-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-gopkg-russross-blackfriday-2-devel using yum by running the following command:

sudo yum -y install golang-gopkg-russross-blackfriday-2-devel

How To Uninstall golang-gopkg-russross-blackfriday-2-devel on Fedora 36

To uninstall only the golang-gopkg-russross-blackfriday-2-devel package we can use the following command:

sudo dnf remove golang-gopkg-russross-blackfriday-2-devel

golang-gopkg-russross-blackfriday-2-devel Package Contents on Fedora 36

/usr/share/doc/golang-gopkg-russross-blackfriday-2-devel
/usr/share/doc/golang-gopkg-russross-blackfriday-2-devel/README.md
/usr/share/gocode/src/gopkg.in
/usr/share/gocode/src/gopkg.in/russross
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/.goipath
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/README.md
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/block.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/block_test.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/doc.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/entities.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/esc.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/esc_test.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/glide.lock
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/glide.yaml
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/go.mod
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/helpers_test.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/html.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/inline.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/inline_test.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/markdown.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/markdown_test.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/node.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/ref_test.go
/usr/share/gocode/src/gopkg.in/russross/blackfriday.v2/smartypants.go
/usr/share/licenses/golang-gopkg-russross-blackfriday-2-devel
/usr/share/licenses/golang-gopkg-russross-blackfriday-2-devel/LICENSE.txt

References

Summary

In this tutorial we learn how to install golang-gopkg-russross-blackfriday-2-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).