RealPlayer
Dieter Schicker
dieter.schicker at uni-graz.at
Sun Sep 24 22:47:44 UTC 2006
mtyoung wrote:
> I can't believe it, it seems to have worked first time. It's listed
> under Apps/Sound & Video.
> But, now I need to know where it's installed, so I can point Firefox to
> it when I try to open a real one player file on a web page.
user at ubuntu:~$ which realplay
/usr/bin/realplay
see also:
user at ubuntu:~$ man which
You can see all installed files of a package in synaptic when you right
click the installed package and click Properties (-> Installed Files).
on the command line you can see all installed files of package with:
user at ubuntu:~$ dpkg -L realplay
you can also pump the results into a file
user at ubuntu:~$ dpkg -L realplay > realplay.files
user at ubuntu:~$ gedit realplay.files
Hope that helps
Dieter
More information about the ubuntu-users
mailing list