How To Install golang-github-gdamore-encoding-devel on Fedora 36

In this tutorial we learn how to install golang-github-gdamore-encoding-devel in Fedora 36. golang-github-gdamore-encoding-devel is Various character map encodings missing from golang.org/x/net/encoding

Introduction

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

What is golang-github-gdamore-encoding-devel

Package encoding provides a number of encodings that are missing from the standard Go encoding package. We hope that we can contribute these to the standard Go library someday. It turns out that some of these are useful for dealing with I/O streams coming from non-UTF friendly sources. The UTF8 Encoder is also useful for situations where valid UTF-8 might be carried in streams that contain non-valid UTF; in particular I use it for helping me cope with terminals that embed escape sequences in otherwise valid UTF-8. This package contains the source code needed for building packages that reference the following Go import paths – github.com/gdamore/encoding

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

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

sudo dnf -y install golang-github-gdamore-encoding-devel

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

sudo yum -y install golang-github-gdamore-encoding-devel

How To Uninstall golang-github-gdamore-encoding-devel on Fedora 36

To uninstall only the golang-github-gdamore-encoding-devel package we can use the following command:

sudo dnf remove golang-github-gdamore-encoding-devel

golang-github-gdamore-encoding-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-gdamore-encoding-devel
/usr/share/doc/golang-github-gdamore-encoding-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/gdamore
/usr/share/gocode/src/github.com/gdamore/encoding
/usr/share/gocode/src/github.com/gdamore/encoding/.goipath
/usr/share/gocode/src/github.com/gdamore/encoding/README.md
/usr/share/gocode/src/github.com/gdamore/encoding/ascii.go
/usr/share/gocode/src/github.com/gdamore/encoding/ascii_test.go
/usr/share/gocode/src/github.com/gdamore/encoding/charmap.go
/usr/share/gocode/src/github.com/gdamore/encoding/common_test.go
/usr/share/gocode/src/github.com/gdamore/encoding/doc.go
/usr/share/gocode/src/github.com/gdamore/encoding/ebcdic.go
/usr/share/gocode/src/github.com/gdamore/encoding/ebcdic_test.go
/usr/share/gocode/src/github.com/gdamore/encoding/go.mod
/usr/share/gocode/src/github.com/gdamore/encoding/latin1.go
/usr/share/gocode/src/github.com/gdamore/encoding/latin1_test.go
/usr/share/gocode/src/github.com/gdamore/encoding/latin5.go
/usr/share/gocode/src/github.com/gdamore/encoding/latin5_test.go
/usr/share/gocode/src/github.com/gdamore/encoding/utf8.go
/usr/share/gocode/src/github.com/gdamore/encoding/utf8_test.go
/usr/share/licenses/golang-github-gdamore-encoding-devel
/usr/share/licenses/golang-github-gdamore-encoding-devel/LICENSE

References

Summary

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