How To Install golang-github-ipfs-files-devel on Fedora 36

In this tutorial we learn how to install golang-github-ipfs-files-devel in Fedora 36. golang-github-ipfs-files-devel is File interfaces and utils used in IPFS

Introduction

In this tutorial we learn how to install golang-github-ipfs-files-devel on Fedora 36.

What is golang-github-ipfs-files-devel

File interfaces and utils used in IPFS. This package contains the source code needed for building packages that reference the following Go import paths – github.com/ipfs/go-ipfs-files

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

Install golang-github-ipfs-files-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-github-ipfs-files-devel using dnf by running the following command:

sudo dnf -y install golang-github-ipfs-files-devel

Install golang-github-ipfs-files-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-github-ipfs-files-devel using yum by running the following command:

sudo yum -y install golang-github-ipfs-files-devel

How To Uninstall golang-github-ipfs-files-devel on Fedora 36

To uninstall only the golang-github-ipfs-files-devel package we can use the following command:

sudo dnf remove golang-github-ipfs-files-devel

golang-github-ipfs-files-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-ipfs-files-devel
/usr/share/doc/golang-github-ipfs-files-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/ipfs
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/.goipath
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/README.md
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/file.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/file_test.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/filewriter.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/filewriter_test.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/filewriter_unix.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/filewriter_unix_test.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/filewriter_windows.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/filewriter_windows_test.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/filter.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/filter_test.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/go.mod
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/helpers_test.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/is_hidden.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/is_hidden_windows.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/linkfile.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/multifilereader.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/multifilereader_test.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/multipartfile.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/readerfile.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/serialfile.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/serialfile_test.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/slicedirectory.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/tarwriter.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/tarwriter_test.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/util.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/walk.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/webfile.go
/usr/share/gocode/src/github.com/ipfs/go-ipfs-files/webfile_test.go
/usr/share/licenses/golang-github-ipfs-files-devel
/usr/share/licenses/golang-github-ipfs-files-devel/LICENSE

References

Summary

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