From 9a89016d221c64dce9076a0f6525e4a1de2eca42 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 4 Jul 2025 19:25:08 +0300 Subject: [PATCH] dnf-{deplist, repoquery}: add page (#17098) --- pages/linux/dnf-deplist.md | 7 +++++++ pages/linux/dnf-repoquery.md | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 pages/linux/dnf-deplist.md create mode 100644 pages/linux/dnf-repoquery.md diff --git a/pages/linux/dnf-deplist.md b/pages/linux/dnf-deplist.md new file mode 100644 index 0000000000..dfc3b14127 --- /dev/null +++ b/pages/linux/dnf-deplist.md @@ -0,0 +1,7 @@ +# dnf deplist + +> This command is an alias of `dnf repoquery --deplist`. + +- View documentation for the original command: + +`tldr dnf repoquery` diff --git a/pages/linux/dnf-repoquery.md b/pages/linux/dnf-repoquery.md new file mode 100644 index 0000000000..bcb92b968f --- /dev/null +++ b/pages/linux/dnf-repoquery.md @@ -0,0 +1,8 @@ +# dnf install + +> Query packages for information. +> More information: . + +- Query a package for its dependencies: + +`dnf {{[rq|repoquery]}} --deplist {{package}}`