How to Install and Uninstall golang-github-mailru-easyjson.x86_64 Package on Fedora 38
Last updated: January 13,2025
1. Install "golang-github-mailru-easyjson.x86_64" package
Here is a brief guide to show you how to install golang-github-mailru-easyjson.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
golang-github-mailru-easyjson.x86_64
Copied
2. Uninstall "golang-github-mailru-easyjson.x86_64" package
Please follow the instructions below to uninstall golang-github-mailru-easyjson.x86_64 on Fedora 38:
$
sudo dnf remove
golang-github-mailru-easyjson.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the golang-github-mailru-easyjson.x86_64 package on Fedora 38
Last metadata expiration check: 2:39:34 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : golang-github-mailru-easyjson
Version : 0.7.6
Release : 8.fc38
Architecture : x86_64
Size : 1.4 M
Source : golang-github-mailru-easyjson-0.7.6-8.fc38.src.rpm
Repository : fedora
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.
Available Packages
Name : golang-github-mailru-easyjson
Version : 0.7.6
Release : 8.fc38
Architecture : x86_64
Size : 1.4 M
Source : golang-github-mailru-easyjson-0.7.6-8.fc38.src.rpm
Repository : fedora
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.