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

Last updated: May 17,2024

1. Install "golang-starlark-dev" package

In this section, we are going to explain the necessary steps to install golang-starlark-dev on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "golang-starlark-dev" package

Here is a brief guide to show you how to uninstall golang-starlark-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the golang-starlark-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: golang-starlark-dev
Architecture: all
Version: 0.0~git20210122.f935de8-1
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: 712
Depends: golang-github-chzyer-readline-dev, golang-golang-x-sys-dev
Filename: pool/universe/g/golang-starlark/golang-starlark-dev_0.0~git20210122.f935de8-1_all.deb
Size: 159100
MD5sum: df8aa58f382f23d890d5228199600af0
SHA1: e02afc1abe8a95e9b8be3bfd9b0ecc4311ddf154
SHA256: 1e3c3b3fdc0e5b92e3695731b2e9eaa4c88734cf980be78be664c19f8226be8c
SHA512: 716762bbc594405c1b720cd2b0e095c3e5ebd00fe3405d64411430ae4850c59899ba486ce9dbdb9cc6eb5067e65e31e62243d76328d34f0d86ffe3d06fbff05a
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