How to Install and Uninstall golang-github-francoispqt-gojay-dev Package on Kali Linux

Last updated: May 12,2024

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

Please follow the guidelines below to install golang-github-francoispqt-gojay-dev on Kali Linux

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-francoispqt-gojay-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-github-francoispqt-gojay-dev
Source: golang-github-francoispqt-gojay
Version: 1.2.13-5
Installed-Size: 1011
Maintainer: Debian Go Packaging Team
Architecture: all
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
Size: 90696
SHA256: e28181f2ccaf22d90f30627bc83b56ad27e91ec4a0b6163782d68e299b1de239
SHA1: bb32d276533e6101087b33fbda2612b619b1c522
MD5sum: e93aa7f61ecb7645ea545ef168fdd51e
Description: 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:
Homepage: https://github.com/francoispqt/gojay
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-francoispqt-gojay/golang-github-francoispqt-gojay-dev_1.2.13-5_all.deb