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

Last updated: September 22,2024

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

This tutorial shows how to install golang-github-yuin-gopher-lua.x86_64 on Fedora 38

$ 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 step by step instructions below to uninstall golang-github-yuin-gopher-lua.x86_64 on Fedora 38:

$ 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 38

Last metadata expiration check: 1:12:57 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : golang-github-yuin-gopher-lua
Version : 0
Release : 26.20220305gitf4c35e4.fc38
Architecture : x86_64
Size : 1.1 M
Source : golang-github-yuin-gopher-lua-0-26.20220305gitf4c35e4.fc38.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.