How To Install golang-github-matttproud-protobuf-extensions-devel on Fedora 36

In this tutorial we learn how to install golang-github-matttproud-protobuf-extensions-devel in Fedora 36. golang-github-matttproud-protobuf-extensions-devel is Support for streaming protocol buffer messages for the Go language

Introduction

In this tutorial we learn how to install golang-github-matttproud-protobuf-extensions-devel on Fedora 36.

What is golang-github-matttproud-protobuf-extensions-devel

This package provides various Protocol Buffer extensions for the Go language, namely support for record length-delimited message streaming. This package contains the source code needed for building packages that reference the following Go import paths – github.com/matttproud/golang_protobuf_extensions

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

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

sudo dnf -y install golang-github-matttproud-protobuf-extensions-devel

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

sudo yum -y install golang-github-matttproud-protobuf-extensions-devel

How To Uninstall golang-github-matttproud-protobuf-extensions-devel on Fedora 36

To uninstall only the golang-github-matttproud-protobuf-extensions-devel package we can use the following command:

sudo dnf remove golang-github-matttproud-protobuf-extensions-devel

golang-github-matttproud-protobuf-extensions-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-matttproud-protobuf-extensions-devel
/usr/share/doc/golang-github-matttproud-protobuf-extensions-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/matttproud
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/.goipath
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/README.md
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/ext
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/ext/moved.go
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/glide.lock
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/glide.yaml
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/pbtest
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/pbtest/deleted.go
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/pbutil
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/pbutil/all_test.go
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode_test.go
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go
/usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode_test.go
/usr/share/licenses/golang-github-matttproud-protobuf-extensions-devel
/usr/share/licenses/golang-github-matttproud-protobuf-extensions-devel/LICENSE
/usr/share/licenses/golang-github-matttproud-protobuf-extensions-devel/NOTICE

References

Summary

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