Click to See Complete Forum and Search --> : avifile


LinuxSC
09-11-2002, 09:38 AM
installed it (avifile, used the command sh configure to install it) under mandrake but cant find where it installed to??? any ideas where it is?

askrieger
09-12-2002, 11:15 PM
Two ideas actually. Both assume that "avifile is the name of the program.

1) find / -iname avifile*

2)whereis avifile*

I added the * because various components might have version numbers or extensions.

kmj
09-13-2002, 12:32 AM
if it's in your path, then

which avifile

will find it.

sarah31
09-13-2002, 01:17 AM
typing aviplay in a terminal or run window will launch it.

whereis avifile
locate avifile

can also show you where they are. (perhaps you may have to type aviplay instead of avifile)