How to Install and Uninstall golang-github-mailru-easyjson-devel.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "golang-github-mailru-easyjson-devel.noarch" package

Please follow the step by step instructions below to install golang-github-mailru-easyjson-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-mailru-easyjson-devel.noarch

2. Uninstall "golang-github-mailru-easyjson-devel.noarch" package

This guide covers the steps necessary to uninstall golang-github-mailru-easyjson-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-mailru-easyjson-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-mailru-easyjson-devel.noarch package on Fedora 36

Last metadata expiration check: 0:57:51 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-mailru-easyjson-devel
Version : 0.7.6
Release : 6.fc36
Architecture : noarch
Size : 85 k
Source : golang-github-mailru-easyjson-0.7.6-6.fc36.src.rpm
Repository : updates
Summary : Fast JSON serializer for Go
URL : https://github.com/mailru/easyjson
License : MIT
Description : Package Easyjson provides a fast and easy way to marshal/unmarshal Go structs
: to/from JSON without the use of reflection. In performance tests, easyjson
: outperforms the standard encoding/json package by a factor of 4-5x, and other
: JSON encoding packages by a factor of 2-3x.
:
: Easyjson aims to keep generated Go code simple enough so that it can be easily
: optimized or fixed. Another goal is to provide users with the ability to
: customize the generated code by providing options not available with the
: standard encoding/json package, such as generating "snake_case" names or
: enabling omitempty behavior by default.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/mailru/easyjson