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.
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 |