How to Install and Uninstall golang-github-francoispqt-gojay-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 16,2024

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

This guide let you learn how to install golang-github-francoispqt-gojay-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

Please follow the step by step instructions below to uninstall golang-github-francoispqt-gojay-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 21.04 (Hirsute Hippo)

Package: golang-github-francoispqt-gojay-dev
Architecture: all
Version: 1.2.13-5
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: 1011
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-5_all.deb
Size: 90740
MD5sum: b5b7f57a2cbe87daa2d07be171446834
SHA1: 704bf8b3a187f5c4ca26994b3df86896ef833215
SHA256: 7db2682b36f5e7d054fc9d42839b7e5ac43e1850f8228b409438190c94d183a3
SHA512: 63694751d292bdd037508d9c689fe26848a4cc25b88b92b62ce091b391cc03f7747015ded0af98b6bc86c8368221c20a165179e33cb6687e31aba73dfa24d41f
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