How to Install and Uninstall golang-layeh-gopher-luar-dev Package on Kali Linux

Last updated: May 10,2024

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

This is a short guide on how to install golang-layeh-gopher-luar-dev on Kali Linux

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

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

Please follow the guidance below to uninstall golang-layeh-gopher-luar-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-layeh-gopher-luar-dev
Source: golang-layeh-gopher-luar
Version: 1.0.4-1.1
Installed-Size: 95
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-yuin-gopher-lua-dev
Size: 18292
SHA256: b3541a38653634781c728e2539bf7a9bbad996e7fa32514440779e1a74885803
SHA1: cf817621316adf1636c6a3e88656d24769019553
MD5sum: e664c95ca2600af54b694eff79faec44
Description: 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:
Homepage: https://github.com/layeh/gopher-luar
Section: golang
Priority: optional
Filename: pool/main/g/golang-layeh-gopher-luar/golang-layeh-gopher-luar-dev_1.0.4-1.1_all.deb