Jul
25

Finding the rpm package for Linux binary

Author andy18    Category Linux-related     Tags

Use the following command to find the exact rpm packages needed if you can’t find the exact rpm to be used. Example, if your system is missing the ‘nslookup’ command binary, running the following command will shows you the exact package name.

shell># rpm -qf /usr/bin/nslookup
bind-utils-9.3.4-6.0.2.P1.el5_2

Post comment