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

Last updated: May 06,2024

1. Install "python-jsonpointer.src" package

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

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

2. Uninstall "python-jsonpointer.src" package

Please follow the steps below to uninstall python-jsonpointer.src on Oracle Linux 9:

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

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

Last metadata expiration check: 0:05:39 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-jsonpointer
Version : 2.0
Release : 4.el9
Architecture : src
Size : 19 k
Source : None
Repository : ol9_appstream
Summary : Resolve JSON Pointers in Python
URL : https://github.com/stefankoegl/python-json-pointer
License : BSD
Description : Library to resolve JSON Pointers according to RFC 6901.