How To Install golang-github-philhofer-fwd-devel on Fedora 36

In this tutorial we learn how to install golang-github-philhofer-fwd-devel in Fedora 36. golang-github-philhofer-fwd-devel is Buffered Reader/Writer

Introduction

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

What is golang-github-philhofer-fwd-devel

The fwd package provides a buffered reader and writer. Each has methods that help improve the encoding/decoding performance of some binary protocols. The fwd.Writer and fwd.Reader type provide similar functionality to their counterparts in bufio, plus a few extra utility methods that simplify read-ahead and write-ahead. This package contains the source code needed for building packages that reference the following Go import paths – github.com/philhofer/fwd

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

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

sudo dnf -y install golang-github-philhofer-fwd-devel

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

sudo yum -y install golang-github-philhofer-fwd-devel

How To Uninstall golang-github-philhofer-fwd-devel on Fedora 36

To uninstall only the golang-github-philhofer-fwd-devel package we can use the following command:

sudo dnf remove golang-github-philhofer-fwd-devel

golang-github-philhofer-fwd-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-philhofer-fwd-devel
/usr/share/doc/golang-github-philhofer-fwd-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/philhofer
/usr/share/gocode/src/github.com/philhofer/fwd
/usr/share/gocode/src/github.com/philhofer/fwd/.goipath
/usr/share/gocode/src/github.com/philhofer/fwd/LICENSE.md
/usr/share/gocode/src/github.com/philhofer/fwd/README.md
/usr/share/gocode/src/github.com/philhofer/fwd/reader.go
/usr/share/gocode/src/github.com/philhofer/fwd/reader_test.go
/usr/share/gocode/src/github.com/philhofer/fwd/writer.go
/usr/share/gocode/src/github.com/philhofer/fwd/writer_appengine.go
/usr/share/gocode/src/github.com/philhofer/fwd/writer_test.go
/usr/share/gocode/src/github.com/philhofer/fwd/writer_unsafe.go
/usr/share/licenses/golang-github-philhofer-fwd-devel
/usr/share/licenses/golang-github-philhofer-fwd-devel/LICENSE.md

References

Summary

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