How To Install golang-github-geertjohan-rice-devel on Fedora 36

In this tutorial we learn how to install golang-github-geertjohan-rice-devel in Fedora 36. golang-github-geertjohan-rice-devel is Go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy

Introduction

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

What is golang-github-geertjohan-rice-devel

Go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy. This package contains the source code needed for building packages that reference the following Go import paths – github.com/GeertJohan/go.rice

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

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

sudo dnf -y install golang-github-geertjohan-rice-devel

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

sudo yum -y install golang-github-geertjohan-rice-devel

How To Uninstall golang-github-geertjohan-rice-devel on Fedora 36

To uninstall only the golang-github-geertjohan-rice-devel package we can use the following command:

sudo dnf remove golang-github-geertjohan-rice-devel

golang-github-geertjohan-rice-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-geertjohan-rice-devel
/usr/share/doc/golang-github-geertjohan-rice-devel/AUTHORS
/usr/share/doc/golang-github-geertjohan-rice-devel/README.md
/usr/share/doc/golang-github-geertjohan-rice-devel/example
/usr/share/doc/golang-github-geertjohan-rice-devel/example/example-files
/usr/share/doc/golang-github-geertjohan-rice-devel/example/example-files/file.txt
/usr/share/doc/golang-github-geertjohan-rice-devel/example/example-files/img
/usr/share/doc/golang-github-geertjohan-rice-devel/example/example-files/img/doge.jpg
/usr/share/doc/golang-github-geertjohan-rice-devel/example/example-templates
/usr/share/doc/golang-github-geertjohan-rice-devel/example/example-templates/message.tmpl
/usr/share/doc/golang-github-geertjohan-rice-devel/example/example.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/GeertJohan
/usr/share/gocode/src/github.com/GeertJohan/go.rice
/usr/share/gocode/src/github.com/GeertJohan/go.rice/.goipath
/usr/share/gocode/src/github.com/GeertJohan/go.rice/README.md
/usr/share/gocode/src/github.com/GeertJohan/go.rice/appended.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/box.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/config.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/config_test.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/debug.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/embedded
/usr/share/gocode/src/github.com/GeertJohan/go.rice/embedded.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/embedded/embedded.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/file.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/go.mod
/usr/share/gocode/src/github.com/GeertJohan/go.rice/http.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice/append.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice/clean.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice/embed-go.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice/embed-go_test.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice/find.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice/find_test.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice/flags.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice/helpers_test.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice/identifier.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice/main.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice/templates.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice/util.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/rice/writecoff.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/sort.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/virtual.go
/usr/share/gocode/src/github.com/GeertJohan/go.rice/walk.go
/usr/share/licenses/golang-github-geertjohan-rice-devel
/usr/share/licenses/golang-github-geertjohan-rice-devel/LICENSE

References

Summary

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