In message <001f01bfd697$12548d00$[EMAIL PROTECTED]> you wrote:
>
> Is there any way to find out what package that s specific program =
> belongs to? And where to download the source to build it?
This depends on which package format you are using...
> For example, I am trying to figure out how and where to find the source =
> or package for mount program. I check the fileutils & sh-utils and can't =
> find it within them.
With RPM's you just have to ask RPM:
-> which mount
/bin/mount
-> rpm -qf /bin/mount
mount-2.10f-1
So you know the binary is in the
"mount-2.10f-1.<your_architecture>.rpm"
So the source is in "mount-2.10f-1.src.rpm"
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: [EMAIL PROTECTED]
Life. Don't talk to me about life. - Marvin the Paranoid Android
--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.