How to Install and Uninstall golang-github-coreos-go-json-dev Package on Kali Linux

Last updated: May 13,2024

1. Install "golang-github-coreos-go-json-dev" package

Please follow the guidance below to install golang-github-coreos-go-json-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-coreos-go-json-dev

2. Uninstall "golang-github-coreos-go-json-dev" package

Please follow the instructions below to uninstall golang-github-coreos-go-json-dev on Kali Linux:

$ sudo apt remove golang-github-coreos-go-json-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-coreos-go-json-dev package on Kali Linux

Package: golang-github-coreos-go-json-dev
Source: golang-github-coreos-go-json
Version: 0.0~git20200220.5ae6071-2
Installed-Size: 311
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 164752
SHA256: b67e5975a844c6883516d1131f3829f9c9fb82e9460ee13009cd76d5c13468c3
SHA1: 10666e5a3ae0c470af9d7c46c427ff3517dc614f
MD5sum: 5371bb011ac5280e331c49b1602e23f7
Description: Go's encoding/json library plus Node struct support (library)
This is a fork of go's encoding/json library. It adds the a third target
for unmarshalling, json.Node. Unmarshalling to a Node behaves
similarilarly to unmarshalling to an interface{}, except it also records
the offsets for the start and end of the value that was unmarshalled and,
if the value was part of a json object, it also records the offsets of the
start and end of the object's key. The Value field of the Node will be
unmarshalled to the same types as if it were an interface{}, except in the
case of arrays and objects. In those case it will be unmarshalled to a
[]Node or map[string]Node instead []interface{} or map[string]interface{}
for arrays and objects, respectively.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/coreos/go-json
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-coreos-go-json/golang-github-coreos-go-json-dev_0.0~git20200220.5ae6071-2_all.deb