How To Install golang-github-kr-text-devel on Fedora 36

In this tutorial we learn how to install golang-github-kr-text-devel in Fedora 36. golang-github-kr-text-devel is Miscellaneous functions for formatting text

Introduction

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

What is golang-github-kr-text-devel

Miscellaneous functions for formatting text. This package contains the source code needed for building packages that reference the following Go import paths – github.com/kr/text

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

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

sudo dnf -y install golang-github-kr-text-devel

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

sudo yum -y install golang-github-kr-text-devel

How To Uninstall golang-github-kr-text-devel on Fedora 36

To uninstall only the golang-github-kr-text-devel package we can use the following command:

sudo dnf remove golang-github-kr-text-devel

golang-github-kr-text-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-kr-text-devel
/usr/share/doc/golang-github-kr-text-devel/Readme
/usr/share/doc/golang-github-kr-text-devel/Readme-colwriter
/usr/share/doc/golang-github-kr-text-devel/Readme-mc
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/kr
/usr/share/gocode/src/github.com/kr/text
/usr/share/gocode/src/github.com/kr/text/.goipath
/usr/share/gocode/src/github.com/kr/text/cmd
/usr/share/gocode/src/github.com/kr/text/cmd/agg
/usr/share/gocode/src/github.com/kr/text/cmd/agg/doc.go
/usr/share/gocode/src/github.com/kr/text/cmd/agg/main.go
/usr/share/gocode/src/github.com/kr/text/cmd/agg/num.go
/usr/share/gocode/src/github.com/kr/text/cmd/agg/string.go
/usr/share/gocode/src/github.com/kr/text/colwriter
/usr/share/gocode/src/github.com/kr/text/colwriter/column.go
/usr/share/gocode/src/github.com/kr/text/colwriter/column_test.go
/usr/share/gocode/src/github.com/kr/text/doc.go
/usr/share/gocode/src/github.com/kr/text/glide.lock
/usr/share/gocode/src/github.com/kr/text/glide.yaml
/usr/share/gocode/src/github.com/kr/text/go.mod
/usr/share/gocode/src/github.com/kr/text/indent.go
/usr/share/gocode/src/github.com/kr/text/indent_test.go
/usr/share/gocode/src/github.com/kr/text/mc
/usr/share/gocode/src/github.com/kr/text/mc/mc.go
/usr/share/gocode/src/github.com/kr/text/wrap.go
/usr/share/gocode/src/github.com/kr/text/wrap_test.go
/usr/share/licenses/golang-github-kr-text-devel
/usr/share/licenses/golang-github-kr-text-devel/License

References

Summary

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