Ric Tibbetts wrote:

> When I'm installing software from tar balls, I always keep a log of the install.
> Just do something like:
>
> make install > /var/log/x_softare_install.log 2> /var/log/x_software_install.err
>
> Then you have a text record of the install to go back to if you need to
> uninstall.
> Also, "some" (not all) newer software has a "make uninstall" option. Nice when
> it's there.
>

Of course, redirect the results to a log file :) I understand: >
/var/log/x_softare_install.log but what does this do: 2>
/var/log/x_software_install.err

--
Kind regards,
Hylton Clarke
www.eBucks.com



Reply via email to