How To Install go-filesystem on Fedora 36

In this tutorial we learn how to install go-filesystem in Fedora 36. go-filesystem is Directories used by Go packages

Introduction

In this tutorial we learn how to install go-filesystem on Fedora 36.

What is go-filesystem

This package contains the basic directory layout used by Go packages.

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

Install go-filesystem 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 go-filesystem using dnf by running the following command:

sudo dnf -y install go-filesystem

Install go-filesystem 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 go-filesystem using yum by running the following command:

sudo yum -y install go-filesystem

How To Uninstall go-filesystem on Fedora 36

To uninstall only the go-filesystem package we can use the following command:

sudo dnf remove go-filesystem

go-filesystem Package Contents on Fedora 36

/usr/share/gocode
/usr/share/gocode/src

References

Summary

In this tutorial we learn how to install go-filesystem on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).