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

In this tutorial we learn how to install golang-modernc-internal-devel in Fedora 36. golang-modernc-internal-devel is Internal library for Modernc projects

Introduction

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

What is golang-modernc-internal-devel

Internal library for Modernc projects. This package contains the source code needed for building packages that reference the following Go import paths – modernc.org/internal

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

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

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

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

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

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

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

sudo dnf remove golang-modernc-internal-devel

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

/usr/share/doc/golang-modernc-internal-devel
/usr/share/doc/golang-modernc-internal-devel/AUTHORS
/usr/share/doc/golang-modernc-internal-devel/CONTRIBUTORS
/usr/share/doc/golang-modernc-internal-devel/README.md
/usr/share/gocode/src/modernc.org
/usr/share/gocode/src/modernc.org/internal
/usr/share/gocode/src/modernc.org/internal/.goipath
/usr/share/gocode/src/modernc.org/internal/README.md
/usr/share/gocode/src/modernc.org/internal/buffer
/usr/share/gocode/src/modernc.org/internal/buffer/all_test.go
/usr/share/gocode/src/modernc.org/internal/buffer/buffer.go
/usr/share/gocode/src/modernc.org/internal/buffer/nonrace_test.go
/usr/share/gocode/src/modernc.org/internal/file
/usr/share/gocode/src/modernc.org/internal/file/all_test.go
/usr/share/gocode/src/modernc.org/internal/file/file.go
/usr/share/gocode/src/modernc.org/internal/go.mod
/usr/share/gocode/src/modernc.org/internal/slice
/usr/share/gocode/src/modernc.org/internal/slice/all_test.go
/usr/share/gocode/src/modernc.org/internal/slice/pool.go
/usr/share/licenses/golang-modernc-internal-devel
/usr/share/licenses/golang-modernc-internal-devel/LICENSE

References

Summary

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