PDA

View Full Version : [SOLVED] installing opera


corneliu
28th August 2010, 12:44 PM
Hi guys,

I installed Fedora 14 alpha and all looks good. I downloaded the Opera rpm and I am trying to install it but it refuses to obey. Here is the konsole thing. [root@localhost Documents]# yum install opera-10.61-6430.x86_64.rpm
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
Examining opera-10.61-6430.x86_64.rpm: 2:opera-10.61-6430.x86_64
Marking opera-10.61-6430.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package opera.x86_64 2:10.61-6430 set to be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================== ================================================== ================================================== ===========================
Package Arch Version Repository Size
================================================== ================================================== ================================================== ===========================
Installing:
opera x86_64 2:10.61-6430 /opera-10.61-6430.x86_64 34 M

Transaction Summary
================================================== ================================================== ================================================== ===========================
Install 1 Package(s)

Total size: 34 M
Installed size: 34 M
Is this ok [y/N]: y
Downloading Packages:


Package opera-10.61-6430.x86_64.rpm is not signed
[root@localhost Documents]# opera
bash: opera: command not found
[root@localhost Documents]# cd /usr/bin
[root@localhost bin]# ls -la |grep opera
[root@localhost bin]#
Any ideas?
Thanks in advance,
Corneliu

smr54
28th August 2010, 02:34 PM
yum --nogpgcheck install (or localinstall if you have already downloaded it.)

corneliu
29th August 2010, 01:19 PM

It worked! Thank you!
Just to satisfy my curiosity and to avoid asking dumb questions in the future: is --nogpgcheck the parameter that makes yum skip checking whether the package is signed or not?

smr54
29th August 2010, 01:36 PM
Yes, exactly.