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

Last updated: October 04,2024

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

Please follow the guidelines below to install golang-github-yuin-gopher-lua.x86_64 on Fedora 34

$ 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 34:

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

Last metadata expiration check: 1:07:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-yuin-gopher-lua
Version : 0
Release : 0.16.20210113gitee81675.fc34
Architecture : x86_64
Size : 1.2 M
Source : golang-github-yuin-gopher-lua-0-0.16.20210113gitee81675.fc34.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.