How To Install golang-modernc-sortutil-devel on Fedora 36

In this tutorial we learn how to install golang-modernc-sortutil-devel in Fedora 36. golang-modernc-sortutil-devel is Utilities supplemental to the Go standard “sort” package

Introduction

In this tutorial we learn how to install golang-modernc-sortutil-devel on Fedora 36.

What is golang-modernc-sortutil-devel

Utilities supplemental to the Go standard “sort” package. This package contains the source code needed for building packages that reference the following Go import paths – modernc.org/sortutil

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

Install golang-modernc-sortutil-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-modernc-sortutil-devel using dnf by running the following command:

sudo dnf -y install golang-modernc-sortutil-devel

Install golang-modernc-sortutil-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-modernc-sortutil-devel using yum by running the following command:

sudo yum -y install golang-modernc-sortutil-devel

How To Uninstall golang-modernc-sortutil-devel on Fedora 36

To uninstall only the golang-modernc-sortutil-devel package we can use the following command:

sudo dnf remove golang-modernc-sortutil-devel

golang-modernc-sortutil-devel Package Contents on Fedora 36

/usr/share/doc/golang-modernc-sortutil-devel
/usr/share/doc/golang-modernc-sortutil-devel/AUTHORS
/usr/share/doc/golang-modernc-sortutil-devel/CONTRIBUTORS
/usr/share/gocode/src/modernc.org
/usr/share/gocode/src/modernc.org/sortutil
/usr/share/gocode/src/modernc.org/sortutil/.goipath
/usr/share/gocode/src/modernc.org/sortutil/README.md
/usr/share/gocode/src/modernc.org/sortutil/all_test.go
/usr/share/gocode/src/modernc.org/sortutil/go.mod
/usr/share/gocode/src/modernc.org/sortutil/sortutil.go
/usr/share/gocode/src/modernc.org/sortutil/topsort.go
/usr/share/licenses/golang-modernc-sortutil-devel
/usr/share/licenses/golang-modernc-sortutil-devel/LICENSE

References

Summary

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