How To Install golang-github-billziss-gh-cgofuse-devel on Fedora 36

In this tutorial we learn how to install golang-github-billziss-gh-cgofuse-devel in Fedora 36. golang-github-billziss-gh-cgofuse-devel is Cross-platform FUSE library for Go

Introduction

In this tutorial we learn how to install golang-github-billziss-gh-cgofuse-devel on Fedora 36.

What is golang-github-billziss-gh-cgofuse-devel

Cgofuse is a cross-platform FUSE library for Go. It is supported on multiple platforms and can be ported to any platform that has a FUSE implementation. It has cgo and !cgo (“nocgo”) variants depending on the platform. This package contains the source code needed for building packages that reference the following Go import paths – github.com/billziss-gh/cgofuse

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

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

sudo dnf -y install golang-github-billziss-gh-cgofuse-devel

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

sudo yum -y install golang-github-billziss-gh-cgofuse-devel

How To Uninstall golang-github-billziss-gh-cgofuse-devel on Fedora 36

To uninstall only the golang-github-billziss-gh-cgofuse-devel package we can use the following command:

sudo dnf remove golang-github-billziss-gh-cgofuse-devel

golang-github-billziss-gh-cgofuse-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-billziss-gh-cgofuse-devel
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/Changelog.md
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/README.md
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/hellofs
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/hellofs/hellofs.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/memfs
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/memfs/memfs.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/notifyfs
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/notifyfs/notifyfs.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough/passthrough.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough/port_darwin.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough/port_freebsd.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough/port_linux.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough/port_netbsd.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough/port_openbsd.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/shared
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/shared/trace.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/billziss-gh
/usr/share/gocode/src/github.com/billziss-gh/cgofuse
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/.goipath
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/Changelog.md
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/README.md
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/errstr.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/fsop.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/fsop_cgo.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/fsop_nocgo_windows.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/host.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/host_cgo.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/host_nocgo_windows.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/host_test.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/host_unix_test.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/host_windows_test.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/opt_test.go
/usr/share/licenses/golang-github-billziss-gh-cgofuse-devel
/usr/share/licenses/golang-github-billziss-gh-cgofuse-devel/License.txt

References

Summary

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