How to Install and Uninstall ffjson Package on Kali Linux

Last updated: April 29,2024

1. Install "ffjson" package

In this section, we are going to explain the necessary steps to install ffjson on Kali Linux

$ sudo apt update $ sudo apt install ffjson

2. Uninstall "ffjson" package

This guide let you learn how to uninstall ffjson on Kali Linux:

$ sudo apt remove ffjson $ sudo apt autoclean && sudo apt autoremove

3. Information about the ffjson package on Kali Linux

Package: ffjson
Source: golang-github-pquerna-ffjson
Version: 0.0~git20181028.e517b90-1.1
Installed-Size: 3493
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: golang-github-pquerna-ffjson-dev
Size: 1124756
SHA256: 599295f3524db6aaab28cf2ab8a1f13c1469b1172cd51854d5f075e6acb5d297
SHA1: 019777b71b8306e65e9e3811689733c2e9ba1066
MD5sum: 960cda8b5925855c688d6c9747d40950
Description: faster JSON serialization for Go
ffjson generates static MarshalJSON and UnmarshalJSON functions for
structures in Go. The generated functions reduce the reliance upon runtime
reflection to do serialization and are generally 2 to 3 times faster.
In cases where ffjson doesn't understand a Type involved, it falls back to
encoding/json, meaning it is a safe drop in replacement. By using ffjson
your JSON serialization just gets faster with no additional code changes.
.
This package contains the ffjson executable.
Description-md5:
Homepage: https://github.com/pquerna/ffjson
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-pquerna-ffjson/ffjson_0.0~git20181028.e517b90-1.1_amd64.deb