diff --git a/docs/books/admin_guide/04-advanced-commands.md b/docs/books/admin_guide/04-advanced-commands.md index 3b56ae43dd..e6ebf7ea9f 100644 --- a/docs/books/admin_guide/04-advanced-commands.md +++ b/docs/books/admin_guide/04-advanced-commands.md @@ -224,45 +224,43 @@ Here are some examples of usage: * `repoquery` command: -The `repoquery` command queries the repositories. +The `repoquery` command is used to query the packages in the repository. Examples of use: - * Knowing the dependencies of an uninstalled package: - -``` -repoquery --requires -``` - - * Know the files provided by a non-installed package: - -``` -$ repoquery -l yum-utils -/etc/bash_completion.d -/etc/bash_completion.d/yum-utils.bash -/usr/bin/debuginfo-install -/usr/bin/find-repos-of-install -/usr/bin/needs-restarting -/usr/bin/package-cleanup -/usr/bin/repo-graph -/usr/bin/repo-rss -/usr/bin/repoclosure -/usr/bin/repodiff -/usr/bin/repomanage -/usr/bin/repoquery -/usr/bin/reposync -/usr/bin/repotrack -/usr/bin/show-changed-rco -/usr/bin/show-installed -/usr/bin/verifytree -/usr/bin/yum-builddep -/usr/bin/yum-config-manager -/usr/bin/yum-debug-dump -/usr/bin/yum-debug-restore -/usr/bin/yum-groups-manager -/usr/bin/yumdownloader -… -``` + * Display the dependencies of an package(it can be a software package that has been installed or not installed), Equivalent to `dnf deplist `. + + repoquery --requires + + * Display the files provided by a installed package(does not work for packages that are not installed), Equivalent to `rpm -ql ` + + ``` + $ repoquery -l yum-utils + /etc/bash_completion.d + /etc/bash_completion.d/yum-utils.bash + /usr/bin/debuginfo-install + /usr/bin/find-repos-of-install + /usr/bin/needs-restarting + /usr/bin/package-cleanup + /usr/bin/repo-graph + /usr/bin/repo-rss + /usr/bin/repoclosure + /usr/bin/repodiff + /usr/bin/repomanage + /usr/bin/repoquery + /usr/bin/reposync + /usr/bin/repotrack + /usr/bin/show-changed-rco + /usr/bin/show-installed + /usr/bin/verifytree + /usr/bin/yum-builddep + /usr/bin/yum-config-manager + /usr/bin/yum-debug-dump + /usr/bin/yum-debug-restore + /usr/bin/yum-groups-manager + /usr/bin/yumdownloader + … + ``` * `yumdownloader` command: diff --git a/docs/index.it.md b/docs/index.it.md index 5f6a9f016b..7bc66e7389 100644 --- a/docs/index.it.md +++ b/docs/index.it.md @@ -1,6 +1,7 @@ --- title: Home --- + # Documentazione Rocky Linux ## Benvenuto!