How To Install golang-github-akavel-rsrc-devel on Fedora 36

In this tutorial we learn how to install golang-github-akavel-rsrc-devel in Fedora 36. golang-github-akavel-rsrc-devel is Tool for embedding .ico & manifest resources in Go programs

Introduction

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

What is golang-github-akavel-rsrc-devel

Tool for embedding binary resources in Go programs. This package contains the source code needed for building packages that reference the following Go import paths – github.com/akavel/rsrc

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

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

sudo dnf -y install golang-github-akavel-rsrc-devel

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

sudo yum -y install golang-github-akavel-rsrc-devel

How To Uninstall golang-github-akavel-rsrc-devel on Fedora 36

To uninstall only the golang-github-akavel-rsrc-devel package we can use the following command:

sudo dnf remove golang-github-akavel-rsrc-devel

golang-github-akavel-rsrc-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-akavel-rsrc-devel
/usr/share/doc/golang-github-akavel-rsrc-devel/AUTHORS
/usr/share/doc/golang-github-akavel-rsrc-devel/README.txt
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/akavel
/usr/share/gocode/src/github.com/akavel/rsrc
/usr/share/gocode/src/github.com/akavel/rsrc/.goipath
/usr/share/gocode/src/github.com/akavel/rsrc/binutil
/usr/share/gocode/src/github.com/akavel/rsrc/binutil/plain.go
/usr/share/gocode/src/github.com/akavel/rsrc/binutil/sizedfile.go
/usr/share/gocode/src/github.com/akavel/rsrc/binutil/walk.go
/usr/share/gocode/src/github.com/akavel/rsrc/binutil/writer.go
/usr/share/gocode/src/github.com/akavel/rsrc/coff
/usr/share/gocode/src/github.com/akavel/rsrc/coff/coff.go
/usr/share/gocode/src/github.com/akavel/rsrc/go.mod
/usr/share/gocode/src/github.com/akavel/rsrc/ico
/usr/share/gocode/src/github.com/akavel/rsrc/ico/ico.go
/usr/share/gocode/src/github.com/akavel/rsrc/internal
/usr/share/gocode/src/github.com/akavel/rsrc/internal/write.go
/usr/share/gocode/src/github.com/akavel/rsrc/rsrc
/usr/share/gocode/src/github.com/akavel/rsrc/rsrc.go
/usr/share/gocode/src/github.com/akavel/rsrc/rsrc/rsrc.go
/usr/share/gocode/src/github.com/akavel/rsrc/rsrc_test.go
/usr/share/licenses/golang-github-akavel-rsrc-devel
/usr/share/licenses/golang-github-akavel-rsrc-devel/LICENSE.txt

References

Summary

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