How to Install and Uninstall python3-pydiffx.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-pydiffx.noarch" package

Here is a brief guide to show you how to install python3-pydiffx.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-pydiffx.noarch" package

This tutorial shows how to uninstall python3-pydiffx.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-pydiffx.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:27:06 ago on Mon Feb 26 07:04:30 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.