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

Last updated: May 07,2024

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

In this section, we are going to explain the necessary steps to install golang-github-francoispqt-gojay.x86_64 on Fedora 34

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

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

Please follow the instructions below to uninstall golang-github-francoispqt-gojay.x86_64 on Fedora 34:

$ 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 34

Last metadata expiration check: 0:28:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-francoispqt-gojay
Version : 1.2.13
Release : 6.fc34
Architecture : x86_64
Size : 2.8 M
Source : golang-github-francoispqt-gojay-1.2.13-6.fc34.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.