Sunday, May 16, 2010

Install Opera 10.10 in CentOS 5.5

How to install Opera in CentOS 5.5

Step 1: Head to Opera's website.
Step 2: In "Select distribution and vendor", choose "CentOS". Leave the rest using the default values.
Step 3: Hit on Download Opera, and save it to ~/soft. Or any other convenient location.
Step 4: After download is done, do:
[timus@localhost ~]$ cd ~/soft [timus@localhost soft]$ su [root@localhost soft]# rpm -i opera-10.10.gcc4.shared.qt3.i386.rpm

Enjoy using Opera!!!

~ts

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...