How to Install and Uninstall golang-easyjson Package on Kali Linux

Last updated: November 07,2024

1. Install "golang-easyjson" package

Please follow the guidance below to install golang-easyjson on Kali Linux

$ sudo apt update $ sudo apt install golang-easyjson

2. Uninstall "golang-easyjson" package

Please follow the guidance below to uninstall golang-easyjson on Kali Linux:

$ sudo apt remove golang-easyjson $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-easyjson package on Kali Linux

Package: golang-easyjson
Source: golang-github-mailru-easyjson (0.7.7-1)
Version: 0.7.7-1+b5
Installed-Size: 3537
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 1309540
SHA256: 7da3d15e07924828734e2b71871c018be9d59ef61f8ddf1fdde0c42087f0d51e
SHA1: c2a28849eafe61f8606b5ae43f9d4b87531efcba
MD5sum: 65048d7a576e089ea984da4a65ba504c
Description: Fast JSON serializer for golang - command-line client
easyjson allows (un-)marshaling of JSON golang structs without the
use of reflection by generating marshaller code.
.
One of the aims of the library is to keep generated code simple enough
so that it can be easily optimized or fixed. Another goal is to provide
users with ability to customize the generated code not available in
'encoding/json', such as generating snake_case names or enabling
'omitempty' behavior by default.
.
This package contains the command-line client.
Description-md5:
Homepage: https://github.com/mailru/easyjson
Built-Using: golang-1.21 (= 1.21.3-1), golang-github-josharian-intern (= 1.0.0-3)
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-mailru-easyjson/golang-easyjson_0.7.7-1+b5_amd64.deb