 Trevor
		
			Trevor
		
		
		.png) 
		
		
		
		
		
	
			
		
		
			
					
		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?
 TM
		
			TM
		
		
		 
		
		
		
		
		
	
			
		
		
			
					
		dnf repoquery --list zsh.x86_64
 TM
		
			TM
		
		
		 
		
		
		
		
		
	
			
		
		
			
					
		dnf repoquery --list zsh.x86_64
 Trevor
		
			Trevor
		
		
		.png) 
		
		
		
		
		
	
			
		
		
			
					
		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
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.