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.
- 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.
AUTHOR
See AUTHORS.md in dnf5 source distribution.
COPYRIGHT
Contributors to the dnf5 project.
April 18, 2025 |