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

Last updated: May 07,2024

1. Install "golang-starlark-dev" package

Please follow the guidelines below to install golang-starlark-dev on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "golang-starlark-dev" package

Please follow the instructions below to uninstall golang-starlark-dev on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: golang-starlark-dev
Architecture: all
Version: 0.0~git20190717.fc7a7f4-3
Priority: optional
Section: universe/devel
Source: golang-starlark
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 647
Depends: golang-github-chzyer-readline-dev
Filename: pool/universe/g/golang-starlark/golang-starlark-dev_0.0~git20190717.fc7a7f4-3_all.deb
Size: 143692
MD5sum: 73cd91645b71a303dd101aae15158eeb
SHA1: a6d03d80fa1ec77100d0b9a9f2d7e59cc31ed603
SHA256: 5f3de386ed860521dc1a8e63f43dae7f88f42349197511e7b5d57b62ff21b5d0
SHA512: 6f8547ee277a87d68423a0caeb0f9120ed8b59593c25549dcd3dffb8cb681efccc605b4b752ef7e6d99ffa442b2fe6a53cc784a86db1b41a0784cd0a28d58ac8
Homepage: https://github.com/google/starlark-go
Description-en: 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: 5a1aa295a0cd291bd40de04d4e0f7208