How to Install and Uninstall golang-starlark-dev Package on Kali Linux

Last updated: May 17,2024

1. Install "golang-starlark-dev" package

This is a short guide on how to install golang-starlark-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-starlark-dev

2. Uninstall "golang-starlark-dev" package

Please follow the steps below to uninstall golang-starlark-dev on Kali Linux:

$ sudo apt remove golang-starlark-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-starlark-dev package on Kali Linux

Package: golang-starlark-dev
Source: golang-starlark
Version: 0.0~git20230726.7dadff3-2
Installed-Size: 850
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-chzyer-readline-dev, golang-golang-x-sys-dev, golang-google-protobuf-dev
Size: 184892
SHA256: 6b02e557352f028af890c286d5cf4b2214bb8ddf9bea1fde26ea5f545c53d0d1
SHA1: 3610adaca3910e1405088bbcc739bb85e5f59db4
MD5sum: 1edb489f267bce644cb9a9cdbd1a3157
Description: Interpreter for the Starlark configuration language
Starlark is a dialect of Python intended for use as a configuration language.
Like Python, it is an untyped dynamic language with high-level data types,
first-class functions with lexical scope, and garbage collection. Unlike
CPython, independent Starlark threads execute in parallel, so Starlark
workloads scale well on parallel machines. Starlark is a small and simple
language with a familiar and highly readable syntax. You can use it as an
expressive notation for structured data, defining functions to eliminate
repetition, or you can use it to add scripting capabilities to an existing
application.
.
A Starlark interpreter is typically embedded within a larger application, and
the application may define additional domain-specific functions and data types
beyond those provided by the core language
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/google/starlark-go
Section: golang
Priority: optional
Filename: pool/main/g/golang-starlark/golang-starlark-dev_0.0~git20230726.7dadff3-2_all.deb