How to Install and Uninstall golang-github-francoispqt-gojay.x86_64 Package on Fedora 36

Last updated: January 14,2025

1. Install "golang-github-francoispqt-gojay.x86_64" package

This guide let you learn how to install golang-github-francoispqt-gojay.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-francoispqt-gojay.x86_64

2. Uninstall "golang-github-francoispqt-gojay.x86_64" package

Learn how to uninstall golang-github-francoispqt-gojay.x86_64 on Fedora 36:

$ sudo dnf remove golang-github-francoispqt-gojay.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-francoispqt-gojay.x86_64 package on Fedora 36

Last metadata expiration check: 1:29:44 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-francoispqt-gojay
Version : 1.2.13
Release : 8.fc36
Architecture : x86_64
Size : 3.1 M
Source : golang-github-francoispqt-gojay-1.2.13-8.fc36.src.rpm
Repository : updates
Summary : Fastest JSON encoder/decoder with powerful stream API for Golang
URL : https://github.com/francoispqt/gojay
License : MIT
Description :
: GoJay is a performant JSON encoder/decoder for Golang (currently the most
: performant, see benchmarks).
:
: It has a simple API and doesn't use reflection. It relies on small interfaces to
: decode/encode structures and slices.
:
: Gojay also comes with powerful stream decoding features and an even faster
: Unsafe API.