Install Opera Fedora 9 on 64 bit

From TrustWiki

Jump to: navigation, search

Install Opera Browser on Fedora 9 on 64 Bit Machines or Versions



Google



About Opera
Opera is one of the most secure free browsers available. The blog [1] entries validate this.

Installation

[root@localhost Desktop]# yum --nogpgcheck localinstall opera-9.27-20080331.6-shared-qt.i386-en.rpm 
Setting up Local Package Process
livna                     100% |=========================| 2.1 kB    00:00     
fedora                    100% |=========================| 2.1 kB    00:00     
fusion                    100% |=========================|  951 B    00:00     
primary.xml.gz            100% |=========================| 9.1 kB    00:00     
fusion    : ##################################################   34/34
updates                   100% |=========================| 2.3 kB    00:00     
Excluding Packages in global exclude list
Finished
Examining opera-9.27-20080331.6-shared-qt.i386-en.rpm: opera - 2:9.27-20080331.6.i386
Marking opera-9.27-20080331.6-shared-qt.i386-en.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package opera.i386 2:9.27-20080331.6 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

==================================================  ===========================
 Package                 Arch       Version          Repository        Size 
==================================================  ===========================
Installing:
 opera                   i386       2:9.27-20080331.6  opera-9.27-20080331.6-shared-qt.i386-en.rpm   12 M

Transaction Summary
==================================================  ===========================
Install      1 Package(s)         
Update       0 Package(s)         
Remove       0 Package(s)         

Total download size: 12 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: opera                        ######################### [1/1] 

Installed: opera.i386 2:9.27-20080331.6
Complete!
[root@localhost Desktop]# opera 
ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
/usr/lib/opera/9.27-20080331.6/opera: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
[root@localhost Desktop]# yum install libqt-mt.so.3
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Requested dep: libqt-mt.so.3 is provided by installed package
Nothing to do
[root@localhost Desktop]# yum whatprovides libqt-mt.so.3
Excluding Packages in global exclude list
Finished
qt.i386 : The shared library for the Qt GUI toolkit.
qt.i386 : The shared library for the Qt GUI toolkit.
googleearth.i386 : Google Earth - Explore, Search and Discover
[root@localhost Desktop]# rpm -q qt.i386 
package qt.i386 is not installed
[root@localhost Desktop]# yum install qt.i386 
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package qt.i386 1:3.3.8b-2.fc8 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

==================================================  ===========================
 Package                 Arch       Version          Repository        Size 
==================================================  ===========================
Installing:
 qt                      i386       1:3.3.8b-2.fc8   updates           3.6 M

Transaction Summary
==================================================  ===========================
Install      1 Package(s)         
Update       0 Package(s)         
Remove       0 Package(s)         

Total download size: 3.6 M
Is this ok [y/N]: y
Downloading Packages:
(1/1): qt-3.3.8b-2.fc8.i3 100% |=========================| 3.6 MB    00:11     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: qt                           ######################### [1/1] 

Installed: qt.i386 1:3.3.8b-2.fc8
Complete!
[root@localhost Desktop]# opera 
ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
/usr/lib/opera/9.27-20080331.6/opera: error while loading shared libraries: libmng.so.1: cannot open shared object file: No such file or directory
[root@localhost Desktop]# yum whatprovides libmng.so.1
Excluding Packages in global exclude list
Finished
libmng.i386 : Library for Multiple-image Network Graphics support
googleearth.i386 : Google Earth - Explore, Search and Discover
[root@localhost Desktop]# yum install libmng.i386
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package libmng.i386 0:1.0.9-5.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

==================================================  ===========================
 Package                 Arch       Version          Repository        Size 
==================================================  ===========================
Installing:
 libmng                  i386       1.0.9-5.1        fedora            167 k

Transaction Summary
==================================================  ===========================
Install      1 Package(s)         
Update       0 Package(s)         
Remove       0 Package(s)         

Total download size: 167 k
Is this ok [y/N]: y
Downloading Packages:
(1/1): libmng-1.0.9-5.1.i 100% |=========================| 167 kB    00:01     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: libmng                       ######################### [1/1] 

Installed: libmng.i386 0:1.0.9-5.1
Complete!
[root@localhost Desktop]# opera 
ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed < this is normal output >
[root@localhost Desktop]# 



Troubleshooting
Best is if you open a terminal window and type opera.
If the error is:

ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
/usr/lib/opera/9.27-20080331.6/opera: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory


Then the following should fix it:
su yum install libqt-mt.so.3