How to Install and Uninstall golang-github-pquerna-ffjson.x86_64 Package on Fedora 36

Last updated: July 08,2024

1. Install "golang-github-pquerna-ffjson.x86_64" package

This tutorial shows how to install golang-github-pquerna-ffjson.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-pquerna-ffjson.x86_64

2. Uninstall "golang-github-pquerna-ffjson.x86_64" package

This is a short guide on how to uninstall golang-github-pquerna-ffjson.x86_64 on Fedora 36:

$ sudo dnf remove golang-github-pquerna-ffjson.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-pquerna-ffjson.x86_64 package on Fedora 36

Last metadata expiration check: 0:16:36 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : golang-github-pquerna-ffjson
Version : 0
Release : 0.10.20200730gitaa0246c.fc36
Architecture : x86_64
Size : 1.3 M
Source : golang-github-pquerna-ffjson-0-0.10.20200730gitaa0246c.fc36.src.rpm
Repository : updates
Summary : Faster JSON serialization for Go
URL : https://github.com/pquerna/ffjson
License : ASL 2.0
Description :
: 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.