How to Install and Uninstall golang-github-flynn-json5-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

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

Please follow the guidelines below to install golang-github-flynn-json5-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Learn how to uninstall golang-github-flynn-json5-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-flynn-json5-dev
Architecture: all
Version: 0.0~git20160717.7620272-2
Priority: optional
Section: universe/devel
Source: golang-github-flynn-json5
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 266
Depends: golang-github-kylelemons-godebug-dev, golang-github-robertkrimen-otto-dev
Filename: pool/universe/g/golang-github-flynn-json5/golang-github-flynn-json5-dev_0.0~git20160717.7620272-2_all.deb
Size: 39796
MD5sum: cf04f48489f519d0d3aa52de7d17b52c
SHA1: a3b0db558fc858c33b78e795ebb168f00b6d80fd
SHA256: 4476e42c775f2e29183945e4736b493ccefb1d37057426e39814ab967804061a
SHA512: d434eb7627deefc8ed329cc2678e7fa7b42315040d889acd99be6a7b9440f9a7d65b461ef0be277458478a2f303402760e856596aa4d7a27f2e3a948179fbec6
Homepage: https://github.com/flynn/json5
Description-en: 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: 64633383ec2a34b7e0527e8e392012f4