How to Install and Uninstall golang-layeh-gopher-luar-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 10,2024

1. Install "golang-layeh-gopher-luar-dev" package

Please follow the step by step instructions below to install golang-layeh-gopher-luar-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-layeh-gopher-luar-dev

2. Uninstall "golang-layeh-gopher-luar-dev" package

Please follow the step by step instructions below to uninstall golang-layeh-gopher-luar-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-layeh-gopher-luar-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-layeh-gopher-luar-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-layeh-gopher-luar-dev
Architecture: all
Version: 1.0.4-1
Priority: optional
Section: universe/devel
Source: golang-layeh-gopher-luar
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 95
Depends: golang-github-yuin-gopher-lua-dev
Filename: pool/universe/g/golang-layeh-gopher-luar/golang-layeh-gopher-luar-dev_1.0.4-1_all.deb
Size: 18184
MD5sum: 02ce72131dc0bea158ad6de8b41fe980
SHA1: 3eb600947f040e37b882e8bcdfc793741639241a
SHA256: c0636add9994a5b5a59e769595ac3323b5d1f9ee071f78c923f9a87fb3ad3c9d
SHA512: 043fd8fe5025f49001a9435ed48c586d1e6ca3fb972edc3631d84b852beaaa995531c52dffb1520115ae28b0a0a6cc103da78b79b2a7462fa00a27b99d83ed55
Homepage: https://github.com/layeh/gopher-luar
Description-en: Simplifies data passing between Go and GopherLua
A gopher-luar simplifies data passing to and from GopherLua.
.
This package provides the library for converting and passing the data
types between Go and GopherLua.
.
Go type values are converted to GopherLua type:
* Boolean values are converted to lua.LBool.
* Numeric values are converted to lua.LNumber.
* String values are converted to lua.LString.
* A nil value is converted to lua.LNil.
* Functions are converted to *lua.LFunction.
* Arrays, channels, maps, pointers, slices, and structs are all
converted to *lua.LUserData.
.
GopherLua type values are converted to Go type:
* lua.LBool values are converted to bool.
* lua.LNumber values are converted to float64.
* lua.LString values are converted to string.
* lua.LNil can be converted to any channel, func, interface, map,
pointer, slice, unsafe pointer, or uintptr value.
Description-md5: 709f97b550c5ba731bbc9ddb4a417c8c