How To Install golang-github-saintfish-chardet-devel on Fedora 36

In this tutorial we learn how to install golang-github-saintfish-chardet-devel in Fedora 36. golang-github-saintfish-chardet-devel is Charset detector library

Introduction

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

What is golang-github-saintfish-chardet-devel

Charset detector library for Golang derived from ICU. This package contains the source code needed for building packages that reference the following Go import paths – github.com/saintfish/chardet

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

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

sudo dnf -y install golang-github-saintfish-chardet-devel

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

sudo yum -y install golang-github-saintfish-chardet-devel

How To Uninstall golang-github-saintfish-chardet-devel on Fedora 36

To uninstall only the golang-github-saintfish-chardet-devel package we can use the following command:

sudo dnf remove golang-github-saintfish-chardet-devel

golang-github-saintfish-chardet-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-saintfish-chardet-devel
/usr/share/doc/golang-github-saintfish-chardet-devel/AUTHORS
/usr/share/doc/golang-github-saintfish-chardet-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/saintfish
/usr/share/gocode/src/github.com/saintfish/chardet
/usr/share/gocode/src/github.com/saintfish/chardet/.goipath
/usr/share/gocode/src/github.com/saintfish/chardet/2022.go
/usr/share/gocode/src/github.com/saintfish/chardet/README.md
/usr/share/gocode/src/github.com/saintfish/chardet/detector.go
/usr/share/gocode/src/github.com/saintfish/chardet/detector_test.go
/usr/share/gocode/src/github.com/saintfish/chardet/example_test.go
/usr/share/gocode/src/github.com/saintfish/chardet/multi_byte.go
/usr/share/gocode/src/github.com/saintfish/chardet/recognizer.go
/usr/share/gocode/src/github.com/saintfish/chardet/single_byte.go
/usr/share/gocode/src/github.com/saintfish/chardet/unicode.go
/usr/share/gocode/src/github.com/saintfish/chardet/utf8.go
/usr/share/licenses/golang-github-saintfish-chardet-devel
/usr/share/licenses/golang-github-saintfish-chardet-devel/LICENSE
/usr/share/licenses/golang-github-saintfish-chardet-devel/icu-license.html

References

Summary

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