

Starfighter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2024
03:21 AM
- 1,152 Views
There is a package named zsh.x86_64, that I would like to display its content.
The rpm package is not installed on my Linux system, nor does the .rpm file for
the package exist anywhere on my Linux system.
I don't wish to install to install the rpm package - I just want to list the files
contained in the rpm package.
Write the command that will allow me to display the files in this package, without
my having to install it?
Trevor "Red Hat Evangelist" Chandler
1 Solution
Accepted Solutions


Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2024
06:51 AM
- 1,133 Views
dnf repoquery --list zsh.x86_64
2 Replies


Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2024
06:51 AM
- 1,134 Views
dnf repoquery --list zsh.x86_64


Starfighter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2024
02:19 PM
- 1,106 Views
I like it! I like it a lot!!!
TM gets the points!!!
This is no biggee, but just the based portion of the package name - "zsh"
would have been sufficient:
dnf repoquery --list zsh
Trevor "Red Hat Evangelist" Chandler
Join the discussion
You must log in to join this conversation.