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}}`