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

Last updated: October 06,2024

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

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

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

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

Please follow the instructions below to uninstall golang-github-buger-jsonparser-devel.noarch on Fedora 34:

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

Last metadata expiration check: 2:12:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-buger-jsonparser-devel
Version : 1.1.1
Release : 2.fc34
Architecture : noarch
Size : 46 k
Source : golang-github-buger-jsonparser-1.1.1-2.fc34.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