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

Last updated: May 14,2024

1. Install "golang-github-francoispqt-gojay-dev" package

Please follow the steps below to install golang-github-francoispqt-gojay-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-francoispqt-gojay-dev

2. Uninstall "golang-github-francoispqt-gojay-dev" package

This guide let you learn how to uninstall golang-github-francoispqt-gojay-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-francoispqt-gojay-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-francoispqt-gojay-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-francoispqt-gojay-dev
Architecture: all
Version: 1.2.13-4
Priority: optional
Section: universe/devel
Source: golang-github-francoispqt-gojay
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1040
Depends: golang-github-buger-jsonparser-dev, golang-github-go-errors-errors-dev, golang-github-json-iterator-go-dev, golang-github-mailru-easyjson-dev, golang-github-stretchr-testify-dev, golang-github-viant-assertly-dev, golang-github-viant-toolbox-dev, golang-golang-x-net-dev
Filename: pool/universe/g/golang-github-francoispqt-gojay/golang-github-francoispqt-gojay-dev_1.2.13-4_all.deb
Size: 90984
MD5sum: eb27c10cadf2524203ec43922baa2967
SHA1: 07cd8069b694468cb98257cb0ebc0c4bb2e79b58
SHA256: 7cb193bd4b0b6fd674fff23e3b73df996e2822e9b569e3ee5d44468a3c74f327
SHA512: 9f3d46b8ad16b250daa929671e29d04f4fd26d8658c8712275e4d958b473fc0002ba645d0fecae47a6538b70cb47539f5f61214ac2747d9f365259f018a2903e
Homepage: https://github.com/francoispqt/gojay
Description-en: JSON encoder/decoder golang library with powerful stream API
GoJay is a performant JSON encoder/decoder for Golang.
It has a simple API and doesn't use reflection. It relies on small
interfaces to decode/encode structures and slices.
.
Why another JSON parser?
Other fast decoder/encoder were mostly hardly readable static code
generation or a lot of reflection, poor streaming features, and not so
fast in the end. Also, it has a decoder that could consume
an io.Reader of line or comma delimited JSON, in a JIT way.
To consume a flow of JSON objects from a TCP connection for example or
from a standard output. Same way to build an encoder that could encode
a flow of data to a io.Writer.
Description-md5: 18bdbbb18bc039c49aa1e6c8ffdec827