How to Install and Uninstall python3-jsonpath-ng.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-jsonpath-ng.noarch" package

This guide let you learn how to install python3-jsonpath-ng.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-jsonpath-ng.noarch

2. Uninstall "python3-jsonpath-ng.noarch" package

This guide covers the steps necessary to uninstall python3-jsonpath-ng.noarch on Fedora 34:

$ sudo dnf remove python3-jsonpath-ng.noarch $ sudo dnf autoremove

3. Information about the python3-jsonpath-ng.noarch package on Fedora 34

Last metadata expiration check: 4:00:08 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-jsonpath-ng
Version : 1.5.1
Release : 3.fc34
Architecture : noarch
Size : 47 k
Source : python-jsonpath-ng-1.5.1-3.fc34.src.rpm
Repository : fedora
Summary : Implementation of JSONPath for Python
URL : https://github.com/h2non/jsonpath-ng
License : ASL 2.0 and WTFPL
Description : Implementation of JSONPath for Python that aims to be standard compliant,
: including arithmetic and binary comparison operators, as defined in the
: original JSONPath proposal.