How To Install golang-github-djherbis-buffer-devel on Fedora 36

In this tutorial we learn how to install golang-github-djherbis-buffer-devel in Fedora 36. golang-github-djherbis-buffer-devel is Composable Buffers for Go

Introduction

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

What is golang-github-djherbis-buffer-devel

Package Buffer implements a series of Buffers which can be composed to implement complicated buffering strategies This package contains the source code needed for building packages that reference the following Go import paths – github.com/djherbis/buffer

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

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

sudo dnf -y install golang-github-djherbis-buffer-devel

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

sudo yum -y install golang-github-djherbis-buffer-devel

How To Uninstall golang-github-djherbis-buffer-devel on Fedora 36

To uninstall only the golang-github-djherbis-buffer-devel package we can use the following command:

sudo dnf remove golang-github-djherbis-buffer-devel

golang-github-djherbis-buffer-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-djherbis-buffer-devel
/usr/share/doc/golang-github-djherbis-buffer-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/djherbis
/usr/share/gocode/src/github.com/djherbis/buffer
/usr/share/gocode/src/github.com/djherbis/buffer/.goipath
/usr/share/gocode/src/github.com/djherbis/buffer/README.md
/usr/share/gocode/src/github.com/djherbis/buffer/buffer.go
/usr/share/gocode/src/github.com/djherbis/buffer/buffer_test.go
/usr/share/gocode/src/github.com/djherbis/buffer/discard.go
/usr/share/gocode/src/github.com/djherbis/buffer/file.go
/usr/share/gocode/src/github.com/djherbis/buffer/limio
/usr/share/gocode/src/github.com/djherbis/buffer/limio/limit.go
/usr/share/gocode/src/github.com/djherbis/buffer/limio/limit_test.go
/usr/share/gocode/src/github.com/djherbis/buffer/list.go
/usr/share/gocode/src/github.com/djherbis/buffer/list_at.go
/usr/share/gocode/src/github.com/djherbis/buffer/mem.go
/usr/share/gocode/src/github.com/djherbis/buffer/multi.go
/usr/share/gocode/src/github.com/djherbis/buffer/partition.go
/usr/share/gocode/src/github.com/djherbis/buffer/partition_at.go
/usr/share/gocode/src/github.com/djherbis/buffer/pool.go
/usr/share/gocode/src/github.com/djherbis/buffer/pool_at.go
/usr/share/gocode/src/github.com/djherbis/buffer/ring.go
/usr/share/gocode/src/github.com/djherbis/buffer/spill.go
/usr/share/gocode/src/github.com/djherbis/buffer/swap.go
/usr/share/gocode/src/github.com/djherbis/buffer/wrapio
/usr/share/gocode/src/github.com/djherbis/buffer/wrapio/limitwrap.go
/usr/share/gocode/src/github.com/djherbis/buffer/wrapio/wrap.go
/usr/share/gocode/src/github.com/djherbis/buffer/wrapio/wrapio_test.go
/usr/share/licenses/golang-github-djherbis-buffer-devel
/usr/share/licenses/golang-github-djherbis-buffer-devel/LICENSE.txt

References

Summary

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