How To Install golang-github-yuin-gopher-lua-devel on Fedora 36

In this tutorial we learn how to install golang-github-yuin-gopher-lua-devel in Fedora 36. golang-github-yuin-gopher-lua-devel is VM and compiler for Lua in Go

Introduction

In this tutorial we learn how to install golang-github-yuin-gopher-lua-devel on Fedora 36.

What is golang-github-yuin-gopher-lua-devel

GopherLua is a Lua5.1 VM and compiler written in Go. GopherLua has a same goal with Lua APIs that allow you to easily embed a scripting language to your Go host programs. This package contains the source code needed for building packages that reference the following Go import paths – github.com/yuin/gopher-lua

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

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

sudo dnf -y install golang-github-yuin-gopher-lua-devel

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

sudo yum -y install golang-github-yuin-gopher-lua-devel

How To Uninstall golang-github-yuin-gopher-lua-devel on Fedora 36

To uninstall only the golang-github-yuin-gopher-lua-devel package we can use the following command:

sudo dnf remove golang-github-yuin-gopher-lua-devel

golang-github-yuin-gopher-lua-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-yuin-gopher-lua-devel
/usr/share/doc/golang-github-yuin-gopher-lua-devel/README.rst
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/yuin
/usr/share/gocode/src/github.com/yuin/gopher-lua
/usr/share/gocode/src/github.com/yuin/gopher-lua/.goipath
/usr/share/gocode/src/github.com/yuin/gopher-lua/alloc.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/ast
/usr/share/gocode/src/github.com/yuin/gopher-lua/ast/ast.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/ast/expr.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/ast/misc.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/ast/stmt.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/ast/token.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/auxlib.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/auxlib_test.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/baselib.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/channellib.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/channellib_test.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/cmd
/usr/share/gocode/src/github.com/yuin/gopher-lua/cmd/glua
/usr/share/gocode/src/github.com/yuin/gopher-lua/cmd/glua/glua.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/compile.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/config.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/coroutinelib.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/debuglib.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/function.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/go.mod
/usr/share/gocode/src/github.com/yuin/gopher-lua/iolib.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/linit.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/loadlib.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/mathlib.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/opcode.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/oslib.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/package.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/parse
/usr/share/gocode/src/github.com/yuin/gopher-lua/parse/lexer.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/parse/parser.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/pm
/usr/share/gocode/src/github.com/yuin/gopher-lua/pm/pm.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/script_test.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/state.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/state_test.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/stringlib.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/table.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/table_test.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/tablelib.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/testutils_test.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/utils.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/value.go
/usr/share/gocode/src/github.com/yuin/gopher-lua/vm.go
/usr/share/licenses/golang-github-yuin-gopher-lua-devel
/usr/share/licenses/golang-github-yuin-gopher-lua-devel/LICENSE

References

Summary

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