How To Install golang-github-dop251-scsu-devel on Fedora 36

In this tutorial we learn how to install golang-github-dop251-scsu-devel in Fedora 36. golang-github-dop251-scsu-devel is A Standard Compression Scheme for Unicode implementation in Go

Introduction

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

What is golang-github-dop251-scsu-devel

This in an implementation of SCSU as described in https Although UTF-8 is now the most commonly used and recommended encoding, in some cases the use of SCSU can be beneficial. For example when storing or transmitting short alphabetical texts (Arabic, Hebrew, Russian, etc.) where general-purpose compression algorithms are inefficient, but SCSU provides nearly 50% compression ratio over UTF-8. This package contains the source code needed for building packages that reference the following Go import paths – github.com/dop251/scsu

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

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

sudo dnf -y install golang-github-dop251-scsu-devel

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

sudo yum -y install golang-github-dop251-scsu-devel

How To Uninstall golang-github-dop251-scsu-devel on Fedora 36

To uninstall only the golang-github-dop251-scsu-devel package we can use the following command:

sudo dnf remove golang-github-dop251-scsu-devel

golang-github-dop251-scsu-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-dop251-scsu-devel
/usr/share/doc/golang-github-dop251-scsu-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/dop251
/usr/share/gocode/src/github.com/dop251/scsu
/usr/share/gocode/src/github.com/dop251/scsu/.goipath
/usr/share/gocode/src/github.com/dop251/scsu/README.md
/usr/share/gocode/src/github.com/dop251/scsu/decode.go
/usr/share/gocode/src/github.com/dop251/scsu/decode_test.go
/usr/share/gocode/src/github.com/dop251/scsu/encode.go
/usr/share/gocode/src/github.com/dop251/scsu/encode_test.go
/usr/share/gocode/src/github.com/dop251/scsu/fuzz.go
/usr/share/gocode/src/github.com/dop251/scsu/scsu.go
/usr/share/licenses/golang-github-dop251-scsu-devel
/usr/share/licenses/golang-github-dop251-scsu-devel/LICENSE

References

Summary

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