HowTo: RPM List Files

by Vivek Gite on March 11, 2010 · 3 comments

How do I list file stored inside a rpm file?

You need to use the rpm command as follows:

rpm command example

The syntax is as follows for .rpm file:
# rpm -qpl file.rpm
In this example, list rpm files stored inside httpd-2.2.3-31.el5_4.2.x86_64.rpm, enter:
# rpm -qlp httpd-2.2.3-31.el5_4.2.x86_64.rpm
Sample outputs:

/etc/httpd
/etc/httpd/conf
/etc/httpd/conf.d
/etc/httpd/conf.d/README
/etc/httpd/conf.d/proxy_ajp.conf
/etc/httpd/conf.d/welcome.conf
/etc/httpd/conf/httpd.conf
/etc/httpd/conf/magic
/etc/httpd/logs
/etc/httpd/modules
/etc/httpd/run
/etc/logrotate.d/httpd
....
..
..
/var/www/icons/uu.png
/var/www/icons/uuencoded.gif
/var/www/icons/uuencoded.png
/var/www/icons/world1.gif
/var/www/icons/world1.png
/var/www/icons/world2.gif
/var/www/icons/world2.png

How Do I List Files For Installed Package?

You need to use rpm command as follows:
# rpm -ql packageName
# rpm -ql samba
# rpm -ql httpd

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

{ 3 comments… read them below or add one }

1 Prabhjot Singh March 12, 2010

You can also use
#less
to list its content………

Reply

2 Prabhjot Singh March 12, 2010

#less abc.rpm

Reply

3 SANJAY VERMA SWAPNIL SACHIN June 14, 2011

We found a lot help from this .
Thanks and keep this up

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 2 + 5 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: