![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| No dbx installed | calloc | High Level Programming | 1 | 04-21-2008 07:25 AM |
| bash command to get the name of OS installed | sateeshgauns | UNIX for Dummies Questions & Answers | 3 | 11-22-2006 09:36 AM |
| Two Oracle's installed | rahulrathod | Shell Programming and Scripting | 1 | 04-03-2006 04:26 AM |
| I 've installed Red Hat 7.2 but ????Help | atiato | UNIX for Dummies Questions & Answers | 2 | 02-06-2002 11:37 PM |
| how to see all installed PATCHES | Prafulla | UNIX for Dummies Questions & Answers | 1 | 01-15-2002 06:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I have a query in linux and please find the details of it I have a command in linux and i want to know which rpm has provided that command. ie: if we take ifconfig command ,i want to know what is the rpm package used to get that command. Regards Arun.Kakarla |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
rpm itself does not provide such a mechanism, its a quite basic package format. But e.g. Suse's YaST is able to search through all available (installed and not installed) packages. Many distro's have similiar tools or at least online databases.
|
|
#3
|
||||
|
||||
|
Code:
rpm -qf <filename> Code:
> rpm -qf /sbin/ifconfig net-tools-1.60-76.fc6 |
|
#4
|
|||
|
|||
|
Thank you
Regards Arun.Kakarla |
|||
| Google The UNIX and Linux Forums |