How to Install and Uninstall golang-github-yuin-gopher-lua.x86_64 Package on Fedora 39

Last updated: January 15,2025

1. Install "golang-github-yuin-gopher-lua.x86_64" package

This guide let you learn how to install golang-github-yuin-gopher-lua.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install golang-github-yuin-gopher-lua.x86_64

2. Uninstall "golang-github-yuin-gopher-lua.x86_64" package

Please follow the steps below to uninstall golang-github-yuin-gopher-lua.x86_64 on Fedora 39:

$ sudo dnf remove golang-github-yuin-gopher-lua.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-yuin-gopher-lua.x86_64 package on Fedora 39

Last metadata expiration check: 2:59:38 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : golang-github-yuin-gopher-lua
Version : 0
Release : 27.20220305gitf4c35e4.fc39
Architecture : x86_64
Size : 1.1 M
Source : golang-github-yuin-gopher-lua-0-27.20220305gitf4c35e4.fc39.src.rpm
Repository : fedora
Summary : VM and compiler for Lua in Go
URL : https://github.com/yuin/gopher-lua
License : MIT
Description :
: GopherLua is a Lua5.1 VM and compiler written in Go. GopherLua has a same goal
: with Lua: Be a scripting language with extensible semantics . It provides Go
: APIs that allow you to easily embed a scripting language to your Go host
: programs.