RealPlayer 8

Walter Dnes waltdnes-SLHPyeZ9y/tg9hUCZPvPmw at public.gmane.org
Thu Apr 1 04:55:24 UTC 2004


On Wed, Mar 31, 2004 at 03:29:53PM -0800, Mel Seder wrote
> I'm using RedHat Fedora CORE 1 and the other day I downloaded the RPM
> for Real Player 8 and when I went to install it I was told that it was
> already installed.  I didn't find a .realplayer directory in root or in
> ~.
> 
> I can't see an icon for it in the menu.  What is the name of the file I
> should execute?

  You know the saying about "give a man a fish versus teaching him how
to fish".  "man find" is your friend.  "find / -iname filename* > x"
does a case-insensitive search through your entire system for the
wildcarded filename* and spit the results out to file x.  You may prefer
to do the search as root, because that eliminates error messages about
acces-denied.  Here's the search, and it's results on my non-standard
layout.

[23:43:10][/root] find / -iname realplay*
/usr/share/mc/templates/realplayer.desktop
/usr/share/apps/kappfinder/apps/Multimedia/realplayer.desktop
/usr/share/icons/hicolor/16x16/apps/realplayer.png
/usr/share/icons/hicolor/32x32/apps/realplayer.png
/misc/opt/RealPlayer8
/misc/opt/RealPlayer8/Help/realplay.htm
/misc/opt/RealPlayer8/Help/realplay
/misc/opt/RealPlayer8/Help/realplay/pics/realplay00000000.gif
/misc/opt/RealPlayer8/Help/realplay/pics/realplay00000013.gif
/misc/opt/RealPlayer8/Help/realplay/pics/realplay00000046.gif
/misc/opt/RealPlayer8/Help/realplay/pics/realplay00000071.gif
/misc/opt/RealPlayer8/Help/realplay/pics/realplay00090000.gif
/misc/opt/RealPlayer8/Help/realplay/pics/realplay00090001.gif
/misc/opt/RealPlayer8/realplay.desktop
/misc/opt/RealPlayer8/realplay
/misc/home/waltdnes/.kde/share/applnk/Multimedia/RealPlayer.kdelnk
/misc/home/waltdnes/.gnome/apps/Multimedia/realplayer.desktop
/misc/home/waltdnes/.gnome/mime-info/realplay.keys
/misc/home/waltdnes/.gnome/mime-info/realplay.mime
/misc/backups/other_rpms/realplayer

  In my case, it's "/misc/opt/RealPlayer8/realplay". /misc/opt is
symlinked as /opt, so the path /opt/RealPlayer8/realplay will also work,
and it looks more normal.  Your setup will probably be different from
mine, but "find / -iname realplay*" should dig it up for you.

-- 
Walter Dnes <waltdnes-SLHPyeZ9y/tg9hUCZPvPmw at public.gmane.org>
Email users are divided into two classes;
1) Those who have effective spam-blocking
2) Those who wish they did
--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list