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

Last updated: October 05,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 35

$ 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 35:

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

Last metadata expiration check: 4:55:10 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-buger-jsonparser-devel
Version : 1.1.1
Release : 3.fc35
Architecture : noarch
Size : 45 k
Source : golang-github-buger-jsonparser-1.1.1-3.fc35.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