On 9 May 2003, Stephen Liu wrote:
> Hi Oisin,
>
> Thanks for your advice.
>
> What I try to do is to locate where the execute file of a package
> resides. It can start the package.
>
> type -t evolution
> only show it is a file
if the file was installed using an RPM (RH is a package system so
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Have you tried the locate command?
locate evolution
will give you the full paths for and files and directories containg evolution.
its data is updated with a daily cron job. you can manually run
/etc/cron.daily/slocate.cron to update it if nee