summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man1/repo-graph.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/debian-unstable/man1/repo-graph.1
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man1/repo-graph.1')
-rw-r--r--upstream/debian-unstable/man1/repo-graph.192
1 files changed, 92 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/repo-graph.1 b/upstream/debian-unstable/man1/repo-graph.1
new file mode 100644
index 00000000..73db05df
--- /dev/null
+++ b/upstream/debian-unstable/man1/repo-graph.1
@@ -0,0 +1,92 @@
+.\" Man page generated from reStructuredText.
+.
+.
+.nr rst2man-indent-level 0
+.
+.de1 rstReportMargin
+\\$1 \\n[an-margin]
+level \\n[rst2man-indent-level]
+level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
+-
+\\n[rst2man-indent0]
+\\n[rst2man-indent1]
+\\n[rst2man-indent2]
+..
+.de1 INDENT
+.\" .rstReportMargin pre:
+. RS \\$1
+. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
+. nr rst2man-indent-level +1
+.\" .rstReportMargin post:
+..
+.de UNINDENT
+. RE
+.\" indent \\n[an-margin]
+.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
+.nr rst2man-indent-level -1
+.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
+.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
+..
+.TH "REPO-GRAPH" "1" "Jan 22, 2023" "4.3.1" "dnf-plugins-core"
+.SH NAME
+repo-graph \- redirecting to DNF repograph Plugin
+.sp
+Output a full package dependency graph in dot format.
+.SH SYNOPSIS
+.sp
+\fBdnf repograph [<options>]\fP
+\fBdnf repo\-graph [<options>]\fP
+.SH DESCRIPTION
+.sp
+\fIrepograph\fP is a program that generates a full package dependency list from a repository and outputs it in dot format.
+.SS Options
+.sp
+All general DNF options are accepted, see \fIOptions\fP in \fBdnf(8)\fP for details.
+.INDENT 0.0
+.TP
+.B \fB\-\-repo <repoid>\fP
+Specify repo ids to query, can be specified multiple times (default is all enabled).
+.UNINDENT
+.SH EXAMPLES
+.sp
+Output dependency list from all enabled repositories:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+dnf repograph
+.ft P
+.fi
+.UNINDENT
+.UNINDENT
+.sp
+Output dependency list from rawhide repository:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+dnf repograph \-\-repoid rawhide
+.ft P
+.fi
+.UNINDENT
+.UNINDENT
+.sp
+Output dependency list from rawhide and koji repository:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+dnf repo\-graph \-\-repoid rawhide \-\-repoid koji
+.ft P
+.fi
+.UNINDENT
+.UNINDENT
+.SH AUTHOR
+See AUTHORS in your Core DNF Plugins distribution
+.SH COPYRIGHT
+2023, Red Hat, Licensed under GPLv2+
+.\" Generated by docutils manpage writer.
+.