How to Install and Uninstall jsonnet Package on Kali Linux

Last updated: May 10,2024

1. Install "jsonnet" package

This is a short guide on how to install jsonnet on Kali Linux

$ sudo apt update $ sudo apt install jsonnet

2. Uninstall "jsonnet" package

Please follow the steps below to uninstall jsonnet on Kali Linux:

$ sudo apt remove jsonnet $ sudo apt autoclean && sudo apt autoremove

3. Information about the jsonnet package on Kali Linux

Package: jsonnet
Source: jsonnet (0.20.0+ds-1)
Version: 0.20.0+ds-1+b1
Installed-Size: 2525
Maintainer: Fukui Daichi
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 489660
SHA256: 7dfb399403efd01598ddb2676893bae709c11dcfa31d1cf239221020c08cba31
SHA1: 45631d0abd30e8978db85d0bd0f158d28928783b
MD5sum: 0908105670b1087bfc6cc7ffe19667b8
Description: data templating language
A data templating language for app and tool developers
.
* Generate config data
* Side-effect free
* Organize, simplify, unify
* Manage sprawling config
.
A simple extension of JSON
.
* Open source (Apache 2.0)
* Familiar syntax
* Reformatter, linter
* Editor & IDE integrations
* Formally specified
.
Eliminate duplication with object-orientation. Or, use functions.
Integrate with existing / custom applications. Generate JSON, YAML,
INI, and other formats.
.
This package ships the binary executable.
Description-md5:
Homepage: https://github.com/google/jsonnet
Section: devel
Priority: optional
Filename: pool/main/j/jsonnet/jsonnet_0.20.0+ds-1+b1_amd64.deb