CSUF LogoCSUF Site Navigation
optics.csufresno.edu

F9 Multimedia-Based Applications & Setup RealPlayer

Department of Electrical and Computer Engineering
Assistant Professor Gregory R. Kriehn
Forums
Wiki
F9 RealPlayer

Before downloading RealPlayer, before that SELinux has been configured properly (as described in my SELinux page). Also, check to make sure that you have the compat-libstdc++-33 library:
~> rpm -q compat-libstdc++-33
If the package has not been installed, install it:
~> sudo yum install compat-libstdc++-33
Hit Enter and press 'y' when asked if you wish to install the package.

Then go to the RealPlayer download page for linux:

http://www.real.com/linux/

and click on RedHat Package, which will download the RealPlayer11GOLD.rpm under the RedHat Package link. Change to the Desktop directory:

~> cd ~/Download
and use sudo to install the rpm package:
~> sudo rpm -vhi RealPlayer11GOLD.rpm
You should see the rpm successfully install:
Preparing...                ########################################### [100%]
   1:RealPlayer             ########################################### [100%]
Restart Firefox to enable the RealPlayer plugin, and you should be ready to use it. Type "realplay" in a terminal window if you wish to launch it by hand.