How to Install and Uninstall golang-github-flynn-json5-dev Package on Kali Linux

Last updated: May 05,2024

1. Install "golang-github-flynn-json5-dev" package

Here is a brief guide to show you how to install golang-github-flynn-json5-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-flynn-json5-dev

2. Uninstall "golang-github-flynn-json5-dev" package

Please follow the steps below to uninstall golang-github-flynn-json5-dev on Kali Linux:

$ sudo apt remove golang-github-flynn-json5-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-flynn-json5-dev package on Kali Linux

Package: golang-github-flynn-json5-dev
Source: golang-github-flynn-json5
Version: 0.0~git20160717.7620272-2
Installed-Size: 266
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-kylelemons-godebug-dev, golang-github-robertkrimen-otto-dev
Size: 39756
SHA256: c7575f12a530bbb98b624e75c88cc54cdc4c73cb402120b339365e41adc0194d
SHA1: 59e3eff74dbcb9bd4e631c24fcfa5afe7ef405aa
MD5sum: bd6bb95960dc5d80e2ada597dcc97516
Description: Go JSON5 decoder package based on encoding/json
This is a Go package that implements decoding of JSON5 values.
It provides various functions like Unmarshal, NewDecoder, Buffered,
Decode, UseNumber, Error, Float64, Int64, String, UnmarshalJSON.
The description of the various functions it supports is as following
.
Unmarshal - Itparses the JSON-encoded data and stores the result in the value
pointed to by v.
Decoder - Itreads and decodes JSON values from an input stream.
NewDecoder - Itreturns a new decoder that reads from r.
Buffered - It returns a reader of the data remaining in the Decoder's
buffer. The reader is valid until the next call to Decode.
Decode - Itreads the next JSON-encoded value from its input and stores it in
the value pointed to by v.
UseNumber - Itcauses the Decoder to unmarshal a number into an interface{}
as a Number instead of as a float64.
Float64 - Itreturns the number as a float64.
Int64 - Itreturns the number as an int64.
String - Itreturns the literal text of the number.
UnmarshalJSON - It sets *m to a copy of data.
Description-md5:
Homepage: https://github.com/flynn/json5
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-flynn-json5/golang-github-flynn-json5-dev_0.0~git20160717.7620272-2_all.deb