dnf5-repo - Man Page

Repo Command

Synopsis

dnf5 repo <subcommand> [options] [<repo-spec>...]

Description

The repo command in DNF5 offers several queries for getting information about repositories configured on the system.

Subcommands

list
List available repositories.
info
Show detailed info about repositories.

Options

--all
Show information about all known repositories.
--enabled
Show information only about enabled repositories.
This is the default behavior.
--disabled
Show information only about disabled repositories.

Examples

dnf5 repo info --all
Print detailed info about all known repositories.
dnf5 repo list --disabled *-debuginfo
Print disabled repositories related to debugging.
dnf5 config-manager setopt repo_id.enabled=0
Persistently disable repository using the config-manager plugin command.
See dnf5-config-manager(8) for more details.

JSON Output

For more details about the fields, see the REPO Options section in dnf5.conf(5).

See Also

dnf5.conf(5), Repo options

Author

See AUTHORS.md in dnf5 source distribution.

Referenced By

dnf5(8).

The man page dnf-repo(8) is an alias of dnf5-repo(8).

Dec 04, 2025 dnf5