Skip to content

Conversation

@jimcat8
Copy link
Contributor

@jimcat8 jimcat8 commented May 25, 2022

Author checklist (Completed by original Author)

  • Contribution a good fit for the Rocky project? Title and Author MetaTags inserted ?
  • Is this a non-English contribution?
  • If applicable, steps and instructions have been tested to work on a real system
  • Did you perform an initial self-review to fix basic typos and grammatical correctness

Rocky Documentation checklist (Completed by Rocky team)

  • 1st Pass (Check that document is good fit for project and author checklist completed)
  • 2nd Pass (Technical Review - check for technical correctness)
  • 3rd Pass (Basic Editorial Review)
  • 4th Pass (Detailed Editorial Review and Peer Review)
  • Final pass/approval (Final Review)

/usr/bin/yumdownloader
```
* Knowing the dependencies of an package(it can be a software package that has been installed or not installed), Equivalent to `dnf deplist <package-name>`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps change "knowing" to "Viewing" or "Display".

e.g.

View the dependencies of a package...
or
Display the dependencies of a package...
or
Print the dependencies of a package....


repoquery --requires <package-name>

* Know the files provided by a installed package(does not work for packages that are not installed), Equivalent to `rpm -ql <package-name>`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps change "know" to "View" or "Display" or "Print".

e.g.

View the files provided by an installed .....
or
Display the files provided by an installed...
or
Print the files provided by an installed...

@wsoyinka wsoyinka merged commit c5dada9 into rocky-linux:main May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants