How To Install golang-mvdan-sh-3-devel on Fedora 36

In this tutorial we learn how to install golang-mvdan-sh-3-devel in Fedora 36. golang-mvdan-sh-3-devel is Proof of concept shell that uses interp

Introduction

In this tutorial we learn how to install golang-mvdan-sh-3-devel on Fedora 36.

What is golang-mvdan-sh-3-devel

A shell parser, formatter, and interpreter. Supports POSIX Shell, Bash, and mksh. This package contains the source code needed for building packages that reference the following Go import paths – mvdan.cc/sh/v3

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

Install golang-mvdan-sh-3-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-mvdan-sh-3-devel using dnf by running the following command:

sudo dnf -y install golang-mvdan-sh-3-devel

Install golang-mvdan-sh-3-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-mvdan-sh-3-devel using yum by running the following command:

sudo yum -y install golang-mvdan-sh-3-devel

How To Uninstall golang-mvdan-sh-3-devel on Fedora 36

To uninstall only the golang-mvdan-sh-3-devel package we can use the following command:

sudo dnf remove golang-mvdan-sh-3-devel

golang-mvdan-sh-3-devel Package Contents on Fedora 36

/usr/share/doc/golang-mvdan-sh-3-devel
/usr/share/doc/golang-mvdan-sh-3-devel/CHANGELOG.md
/usr/share/doc/golang-mvdan-sh-3-devel/README.md
/usr/share/gocode/src/mvdan.cc
/usr/share/gocode/src/mvdan.cc/sh
/usr/share/gocode/src/mvdan.cc/sh/v3
/usr/share/gocode/src/mvdan.cc/sh/v3/.goipath
/usr/share/gocode/src/mvdan.cc/sh/v3/CHANGELOG.md
/usr/share/gocode/src/mvdan.cc/sh/v3/README.md
/usr/share/gocode/src/mvdan.cc/sh/v3/cmd
/usr/share/gocode/src/mvdan.cc/sh/v3/cmd/gosh
/usr/share/gocode/src/mvdan.cc/sh/v3/cmd/gosh/main.go
/usr/share/gocode/src/mvdan.cc/sh/v3/cmd/gosh/main_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/cmd/shfmt
/usr/share/gocode/src/mvdan.cc/sh/v3/cmd/shfmt/json.go
/usr/share/gocode/src/mvdan.cc/sh/v3/cmd/shfmt/main.go
/usr/share/gocode/src/mvdan.cc/sh/v3/cmd/shfmt/main_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/expand
/usr/share/gocode/src/mvdan.cc/sh/v3/expand/arith.go
/usr/share/gocode/src/mvdan.cc/sh/v3/expand/braces.go
/usr/share/gocode/src/mvdan.cc/sh/v3/expand/braces_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/expand/doc.go
/usr/share/gocode/src/mvdan.cc/sh/v3/expand/environ.go
/usr/share/gocode/src/mvdan.cc/sh/v3/expand/environ_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/expand/expand.go
/usr/share/gocode/src/mvdan.cc/sh/v3/expand/expand_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/expand/param.go
/usr/share/gocode/src/mvdan.cc/sh/v3/fileutil
/usr/share/gocode/src/mvdan.cc/sh/v3/fileutil/file.go
/usr/share/gocode/src/mvdan.cc/sh/v3/go.mod
/usr/share/gocode/src/mvdan.cc/sh/v3/interp
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/api.go
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/builtin.go
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/example_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/handler.go
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/handler_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/interp_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/os_unix.go
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/os_windows.go
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/runner.go
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/test_classic.go
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/unix_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/vars.go
/usr/share/gocode/src/mvdan.cc/sh/v3/interp/windows_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/pattern
/usr/share/gocode/src/mvdan.cc/sh/v3/pattern/example_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/pattern/pattern.go
/usr/share/gocode/src/mvdan.cc/sh/v3/pattern/pattern_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/shell
/usr/share/gocode/src/mvdan.cc/sh/v3/shell/doc.go
/usr/share/gocode/src/mvdan.cc/sh/v3/shell/example_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/shell/expand.go
/usr/share/gocode/src/mvdan.cc/sh/v3/shell/expand_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/braces.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/doc.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/example_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/filetests_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/fuzz_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/lexer.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/nodes.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/nodes_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/parser.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/parser_arithm.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/parser_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/printer.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/printer_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/quote.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/quote_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/quotestate_string.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/simplify.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/simplify_test.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/token_string.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/tokens.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/walk.go
/usr/share/gocode/src/mvdan.cc/sh/v3/syntax/walk_test.go
/usr/share/licenses/golang-mvdan-sh-3-devel
/usr/share/licenses/golang-mvdan-sh-3-devel/LICENSE

References

Summary

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