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

Last updated: November 30,2024

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

Please follow the steps below to install python3-jsonpath-ng.noarch on Fedora 35

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

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

Please follow the steps below to uninstall python3-jsonpath-ng.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:55:42 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-jsonpath-ng
Version : 1.5.1
Release : 5.fc35
Architecture : noarch
Size : 46 k
Source : python-jsonpath-ng-1.5.1-5.fc35.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.