Salman Mohsin wrote: > How can I install only one program out of all the programs contained in > fileutils?
You would need to simply copy the file. Note that coreutils is the replacement for fileutils, shellutils and textutils. > Let's say I only need GNU "install" or GNU "ls" command, but when I > make, compile, and install the coreutils package, it'd install the > whole bunch in /usr/local/bin/. By default, yes. But you can do anything you wish. Packagers in particular need to be aware of the FHS and to place the right files in the right places. This is usually done in packaging scripts. > This is not what I want, I'd only like to have "install" in > /usr/local/bin and its corresponding man/info page in /usr/local/man > (or /usr/local/info). How do I achieve that, other than copying the > files manually (then I'm afraid that I might miss a file or two)?? If you don't want the entire thing you are by definition missing a file or two. Really that is okay. On non-native systems I normally do not install all of the files. Programs such as hostname and su have been commonly debated programs which might move into other packages, as a couple of examples. I can't think of any program from coreutils which is not okay to copy standalone. But that is just off of the top of my head. Bob _______________________________________________ Bug-fileutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-fileutils