How to Install and Uninstall python-jmespath.src Package on Oracle Linux 9

Last updated: January 13,2025

1. Install "python-jmespath.src" package

This guide covers the steps necessary to install python-jmespath.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-jmespath.src

2. Uninstall "python-jmespath.src" package

In this section, we are going to explain the necessary steps to uninstall python-jmespath.src on Oracle Linux 9:

$ sudo dnf remove python-jmespath.src $ sudo dnf autoremove

3. Information about the python-jmespath.src package on Oracle Linux 9

Last metadata expiration check: 1:22:27 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-jmespath
Version : 0.9.4
Release : 11.el9
Architecture : src
Size : 33 k
Source : None
Repository : ol9_appstream
Summary : JSON Matching Expressions
URL : https://github.com/jmespath/jmespath.py
License : MIT
Description : JMESPath allows you to declaratively specify how to extract elements from
: a JSON document.