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

Last updated: October 09,2024

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

Here is a brief guide to show you how to install golang-github-francoispqt-gojay.x86_64 on Fedora 38

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

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

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

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

Last metadata expiration check: 0:47:34 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : golang-github-francoispqt-gojay
Version : 1.2.13
Release : 11.fc38
Architecture : x86_64
Size : 3.2 M
Source : golang-github-francoispqt-gojay-1.2.13-11.fc38.src.rpm
Repository : fedora
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.