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

Last updated: November 25,2024

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

This is a short guide on how to install python3-jsonpath-ng.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall python3-jsonpath-ng.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:05:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-jsonpath-ng
Version : 1.5.1
Release : 6.fc36
Architecture : noarch
Size : 46 k
Source : python-jsonpath-ng-1.5.1-6.fc36.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.