How To Install golang-github-aykevl-wasm-devel on Fedora 36

In this tutorial we learn how to install golang-github-aykevl-wasm-devel in Fedora 36. golang-github-aykevl-wasm-devel is WebAssembly binary file parser

Introduction

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

What is golang-github-aykevl-wasm-devel

WebAssembly binary file parser written in go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/aykevl/go-wasm

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

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

sudo dnf -y install golang-github-aykevl-wasm-devel

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

sudo yum -y install golang-github-aykevl-wasm-devel

How To Uninstall golang-github-aykevl-wasm-devel on Fedora 36

To uninstall only the golang-github-aykevl-wasm-devel package we can use the following command:

sudo dnf remove golang-github-aykevl-wasm-devel

golang-github-aykevl-wasm-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-aykevl-wasm-devel
/usr/share/doc/golang-github-aykevl-wasm-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/aykevl
/usr/share/gocode/src/github.com/aykevl/go-wasm
/usr/share/gocode/src/github.com/aykevl/go-wasm/.goipath
/usr/share/gocode/src/github.com/aykevl/go-wasm/README.md
/usr/share/gocode/src/github.com/aykevl/go-wasm/binary.go
/usr/share/gocode/src/github.com/aykevl/go-wasm/doc.go
/usr/share/gocode/src/github.com/aykevl/go-wasm/eval.go
/usr/share/gocode/src/github.com/aykevl/go-wasm/eval_test.go
/usr/share/gocode/src/github.com/aykevl/go-wasm/go.mod
/usr/share/gocode/src/github.com/aykevl/go-wasm/module.go
/usr/share/gocode/src/github.com/aykevl/go-wasm/parser.go
/usr/share/gocode/src/github.com/aykevl/go-wasm/parser_test.go
/usr/share/gocode/src/github.com/aykevl/go-wasm/reader.go
/usr/share/gocode/src/github.com/aykevl/go-wasm/sectionid_string.go
/usr/share/gocode/src/github.com/aykevl/go-wasm/sections.go
/usr/share/licenses/golang-github-aykevl-wasm-devel
/usr/share/licenses/golang-github-aykevl-wasm-devel/LICENSE

References

Summary

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