How To Install golang-github-brunnre8-notmuch-devel on Fedora 36

In this tutorial we learn how to install golang-github-brunnre8-notmuch-devel in Fedora 36. golang-github-brunnre8-notmuch-devel is Go language bindings for notmuch mail

Introduction

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

What is golang-github-brunnre8-notmuch-devel

Go language bindings for notmuch mail. This package contains the source code needed for building packages that reference the following Go import paths – github.com/brunnre8/go.notmuch

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

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

sudo dnf -y install golang-github-brunnre8-notmuch-devel

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

sudo yum -y install golang-github-brunnre8-notmuch-devel

How To Uninstall golang-github-brunnre8-notmuch-devel on Fedora 36

To uninstall only the golang-github-brunnre8-notmuch-devel package we can use the following command:

sudo dnf remove golang-github-brunnre8-notmuch-devel

golang-github-brunnre8-notmuch-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-brunnre8-notmuch-devel
/usr/share/doc/golang-github-brunnre8-notmuch-devel/AUTHORS
/usr/share/doc/golang-github-brunnre8-notmuch-devel/README-INTERNALS.md
/usr/share/doc/golang-github-brunnre8-notmuch-devel/README.md
/usr/share/doc/golang-github-brunnre8-notmuch-devel/example
/usr/share/doc/golang-github-brunnre8-notmuch-devel/example/.gitignore
/usr/share/doc/golang-github-brunnre8-notmuch-devel/example/main.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/brunnre8
/usr/share/gocode/src/github.com/brunnre8/go.notmuch
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/.goipath
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/README-INTERNALS.md
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/README.md
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/alloc_test.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/configList.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/cstruct.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/db.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/db_test.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/doc.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/errors.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/filenames.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/go.mod
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/message.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/message_test.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/messages.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/messages_test.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/query.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/query_test.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/tag.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/tags.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/thread.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/thread_test.go
/usr/share/gocode/src/github.com/brunnre8/go.notmuch/threads.go
/usr/share/licenses/golang-github-brunnre8-notmuch-devel
/usr/share/licenses/golang-github-brunnre8-notmuch-devel/COPYING
/usr/share/licenses/golang-github-brunnre8-notmuch-devel/license.txt

References

Summary

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