How To Install golang-github-pelletier-buffruneio-devel on Fedora 36

In this tutorial we learn how to install golang-github-pelletier-buffruneio-devel in Fedora 36. golang-github-pelletier-buffruneio-devel is Wrapper around bufio to provide buffered runes access with unlimited unreads

Introduction

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

What is golang-github-pelletier-buffruneio-devel

Buffruneio provides rune-based buffered input. This package contains the source code needed for building packages that reference the following Go import paths – github.com/pelletier/go-buffruneio

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

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

sudo dnf -y install golang-github-pelletier-buffruneio-devel

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

sudo yum -y install golang-github-pelletier-buffruneio-devel

How To Uninstall golang-github-pelletier-buffruneio-devel on Fedora 36

To uninstall only the golang-github-pelletier-buffruneio-devel package we can use the following command:

sudo dnf remove golang-github-pelletier-buffruneio-devel

golang-github-pelletier-buffruneio-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-pelletier-buffruneio-devel
/usr/share/doc/golang-github-pelletier-buffruneio-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/pelletier
/usr/share/gocode/src/github.com/pelletier/go-buffruneio
/usr/share/gocode/src/github.com/pelletier/go-buffruneio/.goipath
/usr/share/gocode/src/github.com/pelletier/go-buffruneio/README.md
/usr/share/gocode/src/github.com/pelletier/go-buffruneio/buffruneio.go
/usr/share/gocode/src/github.com/pelletier/go-buffruneio/buffruneio_test.go
/usr/share/gocode/src/github.com/pelletier/go-buffruneio/glide.lock
/usr/share/gocode/src/github.com/pelletier/go-buffruneio/glide.yaml
/usr/share/licenses/golang-github-pelletier-buffruneio-devel
/usr/share/licenses/golang-github-pelletier-buffruneio-devel/LICENSE

References

Summary

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