How to Install and Uninstall golang-starlark.x86_64 Package on Fedora 36

Last updated: May 21,2024

1. Install "golang-starlark.x86_64" package

This is a short guide on how to install golang-starlark.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install golang-starlark.x86_64

2. Uninstall "golang-starlark.x86_64" package

This guide let you learn how to uninstall golang-starlark.x86_64 on Fedora 36:

$ sudo dnf remove golang-starlark.x86_64 $ sudo dnf autoremove

3. Information about the golang-starlark.x86_64 package on Fedora 36

Last metadata expiration check: 3:36:54 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-starlark
Version : 0
Release : 0.8.20210113gite81fc95.fc36
Architecture : x86_64
Size : 1.3 M
Source : golang-starlark-0-0.8.20210113gite81fc95.fc36.src.rpm
Repository : updates
Summary : Dialect of Python intended for use as a configuration language
URL : https://github.com/google/starlark-go
License : BSD and ASL2.0
Description :
: 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.