How To Install golang-github-rogpeppe-charset-devel on Fedora 36

In this tutorial we learn how to install golang-github-rogpeppe-charset-devel in Fedora 36. golang-github-rogpeppe-charset-devel is Charset conversions in Go

Introduction

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

What is golang-github-rogpeppe-charset-devel

Charset conversions in Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/rogpeppe/go-charset

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

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

sudo dnf -y install golang-github-rogpeppe-charset-devel

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

sudo yum -y install golang-github-rogpeppe-charset-devel

How To Uninstall golang-github-rogpeppe-charset-devel on Fedora 36

To uninstall only the golang-github-rogpeppe-charset-devel package we can use the following command:

sudo dnf remove golang-github-rogpeppe-charset-devel

golang-github-rogpeppe-charset-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-rogpeppe-charset-devel
/usr/share/doc/golang-github-rogpeppe-charset-devel/AUTHORS
/usr/share/doc/golang-github-rogpeppe-charset-devel/CONTRIBUTORS
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/rogpeppe
/usr/share/gocode/src/github.com/rogpeppe/go-charset
/usr/share/gocode/src/github.com/rogpeppe/go-charset/.goipath
/usr/share/gocode/src/github.com/rogpeppe/go-charset/README.md
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/big5.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/charset.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/charset_test.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/codepage.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/cp932.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/example_test.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/file.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/iconv
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/iconv/iconv.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/iconv/iconv_test.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/iconv/list_query.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/iconv/list_static.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/local.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/utf16.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/charset/utf8.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/cmd
/usr/share/gocode/src/github.com/rogpeppe/go-charset/cmd/tcs
/usr/share/gocode/src/github.com/rogpeppe/go-charset/cmd/tcs/tcs.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_big5.dat.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_charsets.json.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_cp932.dat.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_ibm437.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_ibm850.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_ibm866.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_iso-8859-1.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_iso-8859-10.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_iso-8859-15.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_iso-8859-2.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_iso-8859-3.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_iso-8859-4.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_iso-8859-5.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_iso-8859-6.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_iso-8859-7.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_iso-8859-8.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_iso-8859-9.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_jisx0201kana.dat.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_koi8-r.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_windows-1250.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_windows-1251.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/data_windows-1252.cp.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/doc.go
/usr/share/gocode/src/github.com/rogpeppe/go-charset/data/generate.go
/usr/share/licenses/golang-github-rogpeppe-charset-devel
/usr/share/licenses/golang-github-rogpeppe-charset-devel/LICENSE

References

Summary

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