1DNF5-REPO(8)                         dnf5                         DNF5-REPO(8)
2
3
4

NAME

6       dnf5-repo - Repo Command
7

SYNOPSIS

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

DESCRIPTION

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

SUBCOMMANDS

16       list
17              List available repositories.
18
19
20       info
21              Show detailed info about repositories.
22
23

OPTIONS

25       --all
26              Show information about all known repositories.
27
28
29       --enabled
30              Show information only about enabled repositories.
31              This is the default behavior.
32
33
34       --disabled
35              Show information only about disabled repositories.
36
37

EXAMPLES

39       dnf5 repo info --all
40              Print detailed info about all known repositories.
41
42
43       dnf5 repo list --disabled *-debuginfo
44              Print disabled repositories related to debugging.
45
46

AUTHOR

48       See AUTHORS.md in dnf5 source distribution.
49
51       Contributors to the dnf5 project.
52
53
54
55
56                                 Nov 09, 2023                     DNF5-REPO(8)
Impressum