Can I install realplayer in Ubuntu 10.04 LTS and if so how - easily, I`m a new boy
First let me explain there have been no updates for RealPlayer for Linux since RealPlayer 11 GOLD, but if you wish to install that…
Open a terminal, and enter these commands…
cd ~
and hit Enter, then
wget -O RealPlayer11GOLD.bin "http://www.real.com/realcom/R?href=http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.bin"
and hit Enter, then
chmod +x RealPlayer11GOLD.bin
and hit Enter, then
sudo ./RealPlayer11GOLD.bin
hit Enter, and your password when asked.
The installer will start… when asked, hit Enter to continue.
When asked for a path, enter:
/opt/RealPlayer
and hit Enter.
When asked, hit F and then Enter.
Wait for the installation to leave you back at an $ prompt… Done
And remember Linux commands ARE case sensitive.