How to Install and Uninstall python3-pydiffx.noarch Package on Fedora 38

Last updated: March 01,2025

1. Install "python3-pydiffx.noarch" package

Here is a brief guide to show you how to install python3-pydiffx.noarch on Fedora 38

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

2. Uninstall "python3-pydiffx.noarch" package

This is a short guide on how to uninstall python3-pydiffx.noarch on Fedora 38:

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

3. Information about the python3-pydiffx.noarch package on Fedora 38

Last metadata expiration check: 1:13:26 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-pydiffx
Version : 1.1
Release : 2.fc38
Architecture : noarch
Size : 124 k
Source : python-pydiffx-1.1-2.fc38.src.rpm
Repository : fedora
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.