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

Last updated: September 22,2024

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

In this section, we are going to explain the necessary steps to install python3-jsonpath-rw.noarch on Fedora 35

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

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

This is a short guide on how to uninstall python3-jsonpath-rw.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:15:45 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-jsonpath-rw
Version : 1.4.0
Release : 6.fc35
Architecture : noarch
Size : 37 k
Source : python-jsonpath-rw-1.4.0-6.fc35.src.rpm
Repository : fedora
Summary : %{sumary}
URL : https://github.com/kennknowles/python-jsonpath-rw
License : ASL 2.0
Description : This library provides a robust and significantly extended implementation of
: JSONPath for Python, with a clear AST for meta-programming.
:
: This library differs from other JSONPath implementations in that it is a full
: language implementation, meaning the JSONPath expressions are first class
: objects, easy to analyze, transform, parse, print, and extend.