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

Last updated: May 16,2024

1. Install "golang-github-pquerna-ffjson-devel.noarch" package

Here is a brief guide to show you how to install golang-github-pquerna-ffjson-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-pquerna-ffjson-devel.noarch

2. Uninstall "golang-github-pquerna-ffjson-devel.noarch" package

This tutorial shows how to uninstall golang-github-pquerna-ffjson-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-pquerna-ffjson-devel.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:36:32 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-pquerna-ffjson-devel
Version : 0
Release : 0.10.20200730gitaa0246c.fc36
Architecture : noarch
Size : 95 k
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.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/pquerna/ffjson