How to Install and Uninstall python3-jsonpointer.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python3-jsonpointer.noarch" package

This is a short guide on how to install python3-jsonpointer.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-jsonpointer.noarch

2. Uninstall "python3-jsonpointer.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-jsonpointer.noarch on Oracle Linux 9:

$ sudo dnf remove python3-jsonpointer.noarch $ sudo dnf autoremove

3. Information about the python3-jsonpointer.noarch package on Oracle Linux 9

Last metadata expiration check: 0:15:07 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-jsonpointer
Version : 2.0
Release : 4.el9
Architecture : noarch
Size : 30 k
Source : python-jsonpointer-2.0-4.el9.src.rpm
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.