DOKK / manpages / debian 12 / dnf-plugins-core / repodiff.1.en
REPODIFF(1) dnf-plugins-core REPODIFF(1)

repodiff - redirecting to DNF repodiff Plugin

Display a list of differences between two or more repositories

dnf repodiff [<options>]

repodiff is a program which will list differences between two sets of repositories. Note that by default only source packages are compared.

All general DNF options are accepted, see Options in dnf(8) for details.

Add a <repoid> as an old repository. It is possible to be used in conjunction with --repofrompath option. Can be specified multiple times.
Add a <repoid> as a new repository. Can be specified multiple times.
Add architectures to change the default from just comparing source packages. Note that you can use a wildcard “*” for all architectures. Can be specified multiple times.
Output additional data about the size of the changes.
Normally packages are just compared based on their name, this flag makes the comparison also use the arch. So foo.noarch and foo.x86_64 are considered to be a different packages.
Output a simple one line message for modified packages.
Split the data for modified packages between upgraded and downgraded packages.

Compare source pkgs in two local repos:

dnf repodiff --repofrompath=o,/tmp/repo-old --repofrompath=n,/tmp/repo-new --repo-old=o --repo-new=n


Compare x86_64 compat. binary pkgs in two remote repos, and two local one:

dnf repodiff --repofrompath=o,http://example.com/repo-old --repofrompath=n,http://example.com/repo-new --repo-old=o --repo-new=n --archlist=x86_64


Compare x86_64 compat. binary pkgs, but also compare architecture:

dnf repodiff --repofrompath=o,http://example.com/repo-old --repofrompath=n,http://example.com/repo-new --repo-old=o --repo-new=n --archlist=x86_64 --compare-arch


See AUTHORS in your Core DNF Plugins distribution

2023, Red Hat, Licensed under GPLv2+

January 22, 2023 4.3.1