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:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...