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

Last updated: June 26,2024

1. Install "python3-pydiffx.noarch" package

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

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

2. Uninstall "python3-pydiffx.noarch" package

This guide let you learn how to uninstall python3-pydiffx.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 3:09:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-pydiffx
Version : 1.1
Release : 1.el9
Architecture : noarch
Size : 91 k
Source : python-pydiffx-1.1-1.el9.src.rpm
Repository : epel
Summary : Python implementation of the DiffX specification
URL : https://diffx.org/pydiffx/
License : MIT
Description : DiffX is a proposed specification for a structured version of Unified
: Diffsthat contains metadata, standardized parsing, multi-commit diffs, and
: binary diffs, in a format compatible with existing diff parsers.
:
: This module is a reference implementation designed to make it easy to read
: and write DiffX files in any Python application.