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

Last updated: January 12,2025

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

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

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

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

This is a short guide on how to uninstall golang-github-buger-jsonparser-devel.noarch on Fedora 38:

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

Last metadata expiration check: 3:04:43 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-buger-jsonparser-devel
Version : 1.1.1
Release : 7.fc38
Architecture : noarch
Size : 49 k
Source : golang-github-buger-jsonparser-1.1.1-7.fc38.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