How to Install and Uninstall golang-github-exponent-io-jsonpath-devel.noarch Package on Fedora 35

Last updated: October 06,2024

1. Install "golang-github-exponent-io-jsonpath-devel.noarch" package

Learn how to install golang-github-exponent-io-jsonpath-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-exponent-io-jsonpath-devel.noarch

2. Uninstall "golang-github-exponent-io-jsonpath-devel.noarch" package

This is a short guide on how to uninstall golang-github-exponent-io-jsonpath-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-exponent-io-jsonpath-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-exponent-io-jsonpath-devel.noarch package on Fedora 35

Last metadata expiration check: 5:39:29 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-exponent-io-jsonpath-devel
Version : 0
Release : 0.7.20210109gite84ac1b.fc35
Architecture : noarch
Size : 18 k
Source : golang-github-exponent-io-jsonpath-0-0.7.20210109gite84ac1b.fc35.src.rpm
Repository : fedora
Summary : Extend the Go runtime's json.Decoder
URL : https://github.com/exponent-io/jsonpath
License : MIT
Description : This package extends the json.Decoder to support navigating a stream of JSON
: tokens. You should be able to use this extended Decoder places where a
: json.Decoder would have been used.
:
: This Decoder has the following enhancements:
: – The Scan method supports scanning a JSON stream while extracting particular
: values along the way using PathActions.
: – The SeekTo method supports seeking forward in a JSON token stream to a
: particular path.
: – The Path method returns the path of the most recently parsed token.
: – The Token method has been modified to distinguish between strings that are
: object keys and strings that are values. Object key strings are returned as
: the KeyString type rather than a native string.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/exponent-io/jsonpath