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

In this tutorial we learn how to install golang-modernc-fileutil-devel in Fedora 36. golang-modernc-fileutil-devel is File utility functions in Go

Introduction

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

What is golang-modernc-fileutil-devel

Package fileutil collects some file utility functions. This package contains the source code needed for building packages that reference the following Go import paths – modernc.org/fileutil

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

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

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

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

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

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

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

sudo dnf remove golang-modernc-fileutil-devel

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

/usr/share/doc/golang-modernc-fileutil-devel
/usr/share/doc/golang-modernc-fileutil-devel/AUTHORS
/usr/share/doc/golang-modernc-fileutil-devel/CONTRIBUTORS
/usr/share/doc/golang-modernc-fileutil-devel/README
/usr/share/gocode/src/modernc.org
/usr/share/gocode/src/modernc.org/fileutil
/usr/share/gocode/src/modernc.org/fileutil/.goipath
/usr/share/gocode/src/modernc.org/fileutil/all_test.go
/usr/share/gocode/src/modernc.org/fileutil/falloc
/usr/share/gocode/src/modernc.org/fileutil/falloc/all_test.go
/usr/share/gocode/src/modernc.org/fileutil/falloc/docs.go
/usr/share/gocode/src/modernc.org/fileutil/falloc/error.go
/usr/share/gocode/src/modernc.org/fileutil/falloc/falloc.go
/usr/share/gocode/src/modernc.org/fileutil/falloc/test_deps.go
/usr/share/gocode/src/modernc.org/fileutil/fileutil.go
/usr/share/gocode/src/modernc.org/fileutil/fileutil_allarms.go
/usr/share/gocode/src/modernc.org/fileutil/fileutil_darwin.go
/usr/share/gocode/src/modernc.org/fileutil/fileutil_dragonfly.go
/usr/share/gocode/src/modernc.org/fileutil/fileutil_freebsd.go
/usr/share/gocode/src/modernc.org/fileutil/fileutil_linux.go
/usr/share/gocode/src/modernc.org/fileutil/fileutil_netbsd.go
/usr/share/gocode/src/modernc.org/fileutil/fileutil_openbsd.go
/usr/share/gocode/src/modernc.org/fileutil/fileutil_plan9.go
/usr/share/gocode/src/modernc.org/fileutil/fileutil_solaris.go
/usr/share/gocode/src/modernc.org/fileutil/fileutil_windows.go
/usr/share/gocode/src/modernc.org/fileutil/go.mod
/usr/share/gocode/src/modernc.org/fileutil/hdb
/usr/share/gocode/src/modernc.org/fileutil/hdb/all_test.go
/usr/share/gocode/src/modernc.org/fileutil/hdb/hdb.go
/usr/share/gocode/src/modernc.org/fileutil/hdb/test_deps.go
/usr/share/gocode/src/modernc.org/fileutil/punch_test.go
/usr/share/gocode/src/modernc.org/fileutil/storage
/usr/share/gocode/src/modernc.org/fileutil/storage/all_test.go
/usr/share/gocode/src/modernc.org/fileutil/storage/cache.go
/usr/share/gocode/src/modernc.org/fileutil/storage/cache_test.go
/usr/share/gocode/src/modernc.org/fileutil/storage/dev_test.go
/usr/share/gocode/src/modernc.org/fileutil/storage/file.go
/usr/share/gocode/src/modernc.org/fileutil/storage/mem.go
/usr/share/gocode/src/modernc.org/fileutil/storage/mem_test.go
/usr/share/gocode/src/modernc.org/fileutil/storage/probe.go
/usr/share/gocode/src/modernc.org/fileutil/storage/probe_test.go
/usr/share/gocode/src/modernc.org/fileutil/storage/storage.go
/usr/share/gocode/src/modernc.org/fileutil/storage/test_deps.go
/usr/share/gocode/src/modernc.org/fileutil/test_deps.go
/usr/share/licenses/golang-modernc-fileutil-devel
/usr/share/licenses/golang-modernc-fileutil-devel/LICENSE

References

Summary

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