How To Install golang-github-shurcool-httpfs-devel on Fedora 36

In this tutorial we learn how to install golang-github-shurcool-httpfs-devel in Fedora 36. golang-github-shurcool-httpfs-devel is Collection of Go packages for working with the http.FileSystem interface

Introduction

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

What is golang-github-shurcool-httpfs-devel

Collection of Go packages for working with the http.FileSystem interface. This package contains the source code needed for building packages that reference the following Go import paths – github.com/shurcooL/httpfs

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

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

sudo dnf -y install golang-github-shurcool-httpfs-devel

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

sudo yum -y install golang-github-shurcool-httpfs-devel

How To Uninstall golang-github-shurcool-httpfs-devel on Fedora 36

To uninstall only the golang-github-shurcool-httpfs-devel package we can use the following command:

sudo dnf remove golang-github-shurcool-httpfs-devel

golang-github-shurcool-httpfs-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-shurcool-httpfs-devel
/usr/share/doc/golang-github-shurcool-httpfs-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/shurcooL
/usr/share/gocode/src/github.com/shurcooL/httpfs
/usr/share/gocode/src/github.com/shurcooL/httpfs/.goipath
/usr/share/gocode/src/github.com/shurcooL/httpfs/README.md
/usr/share/gocode/src/github.com/shurcooL/httpfs/filter
/usr/share/gocode/src/github.com/shurcooL/httpfs/filter/filter.go
/usr/share/gocode/src/github.com/shurcooL/httpfs/filter/filter_test.go
/usr/share/gocode/src/github.com/shurcooL/httpfs/filter/filters.go
/usr/share/gocode/src/github.com/shurcooL/httpfs/html
/usr/share/gocode/src/github.com/shurcooL/httpfs/html/vfstemplate
/usr/share/gocode/src/github.com/shurcooL/httpfs/html/vfstemplate/vfstemplate.go
/usr/share/gocode/src/github.com/shurcooL/httpfs/httputil
/usr/share/gocode/src/github.com/shurcooL/httpfs/httputil/httputil.go
/usr/share/gocode/src/github.com/shurcooL/httpfs/path
/usr/share/gocode/src/github.com/shurcooL/httpfs/path/vfspath
/usr/share/gocode/src/github.com/shurcooL/httpfs/path/vfspath/match.go
/usr/share/gocode/src/github.com/shurcooL/httpfs/text
/usr/share/gocode/src/github.com/shurcooL/httpfs/text/vfstemplate
/usr/share/gocode/src/github.com/shurcooL/httpfs/text/vfstemplate/vfstemplate.go
/usr/share/gocode/src/github.com/shurcooL/httpfs/union
/usr/share/gocode/src/github.com/shurcooL/httpfs/union/union.go
/usr/share/gocode/src/github.com/shurcooL/httpfs/union/union_test.go
/usr/share/gocode/src/github.com/shurcooL/httpfs/vfsutil
/usr/share/gocode/src/github.com/shurcooL/httpfs/vfsutil/file.go
/usr/share/gocode/src/github.com/shurcooL/httpfs/vfsutil/vfsutil.go
/usr/share/gocode/src/github.com/shurcooL/httpfs/vfsutil/walk.go
/usr/share/gocode/src/github.com/shurcooL/httpfs/vfsutil/walk_test.go
/usr/share/licenses/golang-github-shurcool-httpfs-devel
/usr/share/licenses/golang-github-shurcool-httpfs-devel/LICENSE

References

Summary

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