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

In this tutorial we learn how to install golang-modernc-strutil-devel in Fedora 36. golang-modernc-strutil-devel is Utils supplemental to the standard strings package

Introduction

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

What is golang-modernc-strutil-devel

Package strutil collects utils supplemental to the standard strings package. This package contains the source code needed for building packages that reference the following Go import paths – modernc.org/strutil

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

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

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

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

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

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

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

sudo dnf remove golang-modernc-strutil-devel

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

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

References

Summary

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