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

Last updated: November 30,2024

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

This tutorial shows how to install python3-jsonpath-ng.noarch on Fedora 39

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

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

This guide let you learn how to uninstall python3-jsonpath-ng.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:49:14 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-jsonpath-ng
Version : 1.5.1
Release : 11.fc39
Architecture : noarch
Size : 63 k
Source : python-jsonpath-ng-1.5.1-11.fc39.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.