How to install Opera 10.50 Alpha in Linux
The final build of Opera 10.50 has already been released for Windows. It boasts of some superb features and claims to be the fastest browser. The Linux build has, however, not even reached the beta. It is still in the Alpha stage. Nevertheless, here we give you how you can install Opera 10.50 Alpha in Linux.
So, to install and run Opera 10.50 Alpha in Ubuntu, start the Terminal and execute the following commands one after the another.
Warning: This is an Alpha build. So expect problems.
For i386:
wget http://snapshot.opera.com/unix/snapshot-6240/opera-10.50-6240.i386.linux.tar.bz2 -O - | tar xjf -
cd opera-10.50-6240.i386.linux/
./opera &
For amd64:
wget http://snapshot.opera.com/unix/snapshot-6240/opera-10.50-6240.x86_64.linux.tar.bz2 -O - | tar xjf -
cd opera-10.50-6240.x86_64.linux/
./opera &