table of contents
DNF5-REPO(8) | dnf5 | DNF5-REPO(8) |
NAME¶
dnf5-repo - 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¶
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.
AUTHOR¶
See AUTHORS.md in dnf5 source distribution.
COPYRIGHT¶
Contributors to the dnf5 project.
September 23, 2024 |