3.3. Displaying package information
You can query DNF repositories to display further details about a package.
You can display the following types of information related to the package:
- Version
- Release
- Architecture
- Package size
- Description
Procedure
Display information about one or more available packages:
$ dnf info <package_name>This command displays the information for the currently installed package and, if available, its newer versions that are in the repository. Alternatively, use the following command to display the information for all packages with the specified name in the repository:
$ dnf repoquery --info <package_name>