How to Install and Uninstall golang-github-buger-jsonparser-devel.noarch Package on Fedora 39

Last updated: May 20,2024

1. Install "golang-github-buger-jsonparser-devel.noarch" package

Please follow the step by step instructions below to install golang-github-buger-jsonparser-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install golang-github-buger-jsonparser-devel.noarch

2. Uninstall "golang-github-buger-jsonparser-devel.noarch" package

This guide covers the steps necessary to uninstall golang-github-buger-jsonparser-devel.noarch on Fedora 39:

$ sudo dnf remove golang-github-buger-jsonparser-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-buger-jsonparser-devel.noarch package on Fedora 39

Last metadata expiration check: 3:55:33 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-buger-jsonparser-devel
Version : 1.1.1
Release : 8.fc39
Architecture : noarch
Size : 49 k
Source : golang-github-buger-jsonparser-1.1.1-8.fc39.src.rpm
Repository : fedora
Summary : Alternative JSON parser for Go that does not require schema
URL : https://github.com/buger/jsonparser
License : MIT
Description : Alternative JSON parser for Go.
:
: It does not require you to know the structure of the payload (eg. create
: structs), and allows accessing fields by providing the path to them. It is up to
: 10 times faster than standard encoding/json package (depending on payload size
: and usage), allocates no memory.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/buger/jsonparser