Try the following:I know this is a really dumb question but I can't find documentation on this anywhere. (Where is a good source for general Linux info like this?) When I install freevo using rpm -Uhv freev.whatever.rpm. I can see that it installed successfully, but where did all the files go??? I searched all over the directory structure (Redhat 9.0) and could not locate it anywhere. I installed as root if that makes any difference... Thanks in advance.
rpm -ql <filename>
Note that it is the letter l, and not the number 1 :)
Maybe this is what you need:
rpm -ql freevo
Try rpm -qa freevo to see which version you installed.
Mike
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
