How To Install golang-github-nkovacs-streamquote-devel on Fedora 36

In this tutorial we learn how to install golang-github-nkovacs-streamquote-devel in Fedora 36. golang-github-nkovacs-streamquote-devel is Streaming version of strconv.Quote

Introduction

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

What is golang-github-nkovacs-streamquote-devel

This package provides a streaming version of strconv.Quote. It allows you to quote the data in an io.Reader and write it out to an io.Writer without having to store the entire input and the entire output in memory. Its primary use case is go.rice and similar tools, which need to convert lots of files, some of them quite large, to go strings. This package contains the source code needed for building packages that reference the following Go import paths – github.com/nkovacs/streamquote

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

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

sudo dnf -y install golang-github-nkovacs-streamquote-devel

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

sudo yum -y install golang-github-nkovacs-streamquote-devel

How To Uninstall golang-github-nkovacs-streamquote-devel on Fedora 36

To uninstall only the golang-github-nkovacs-streamquote-devel package we can use the following command:

sudo dnf remove golang-github-nkovacs-streamquote-devel

golang-github-nkovacs-streamquote-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-nkovacs-streamquote-devel
/usr/share/doc/golang-github-nkovacs-streamquote-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/nkovacs
/usr/share/gocode/src/github.com/nkovacs/streamquote
/usr/share/gocode/src/github.com/nkovacs/streamquote/.goipath
/usr/share/gocode/src/github.com/nkovacs/streamquote/README.md
/usr/share/gocode/src/github.com/nkovacs/streamquote/go.mod
/usr/share/gocode/src/github.com/nkovacs/streamquote/streamquote.go
/usr/share/gocode/src/github.com/nkovacs/streamquote/streamquote_test.go
/usr/share/licenses/golang-github-nkovacs-streamquote-devel
/usr/share/licenses/golang-github-nkovacs-streamquote-devel/LICENSE

References

Summary

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