How to Install and Uninstall golang-layeh-gopher-luar-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 05,2024

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

This tutorial shows how to install golang-layeh-gopher-luar-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

Please follow the guidelines below to uninstall golang-layeh-gopher-luar-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 21.04 (Hirsute Hippo)

Package: golang-layeh-gopher-luar-dev
Architecture: all
Version: 1.0.4-1.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.1_all.deb
Size: 18340
MD5sum: b2bdc88c491c4d018fb4fc810429ebab
SHA1: 3bf53469a38488e396f02cae6b68c9ca3e6ad89d
SHA256: 027ef4198ae8434c74e1c8d904b346fe7ddbabf91f616c13a6f394a2c3cf2a46
SHA512: d10c8c746e85fdd4eccaf57f112e6296a7bb03126a3e18e20a4a17486a3bafec6bc4cf3ee8e1bed64ad5d0e2cd84d5d0675a687bd03f8e8b1a4ed937dc365097
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