Page 1 of 1

Can't install rpm on Fedora 9 64-bit - "package not sig

Posted: 6. Sep 2008, 01:56
by dsmithhfx
Hi,

I've downloaded VirtualBox-2.0.0_36011_fedora9-1.x86_64.rpm and tried to install from the terminal as root.

The installation failed with a "Package [VB rpm] is not signed". Here is the terminal output:

Code: Select all

[root@localhost]# yum install VirtualBox-2.0.0_36011_fedora9-1.x86_64.rpm 
Loaded plugins: refresh-packagekit
Setting up Install Process
Parsing package install arguments
Examining VirtualBox-2.0.0_36011_fedora9-1.x86_64.rpm: VirtualBox-2.0.0_36011_fedora9-1.x86_64
Marking VirtualBox-2.0.0_36011_fedora9-1.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package VirtualBox.x86_64 0:2.0.0_36011_fedora9-1 set to be updated
--> Processing Dependency: libQtCore.so.4()(64bit) for package: VirtualBox
--> Processing Dependency: libQtGui.so.4()(64bit) for package: VirtualBox
--> Processing Dependency: libSDL-1.2.so.0()(64bit) for package: VirtualBox
--> Running transaction check
---> Package qt.x86_64 1:4.3.5-2.fc9 set to be updated
---> Package SDL.x86_64 0:1.2.13-3.fc9 set to be updated
---> Package qt-x11.x86_64 1:4.3.5-2.fc9 set to be updated
--> Processing Dependency: libaudio.so.2()(64bit) for package: qt-x11
--> Processing Dependency: redhat-rpm-config for package: qt-x11
--> Running transaction check
---> Package nas-libs.x86_64 0:1.9.1-4.fc9 set to be updated
---> Package redhat-rpm-config.noarch 0:9.0.2-1.fc9 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Installing:
 VirtualBox              x86_64     2.0.0_36011_fedora9-1  VirtualBox-2.0.0_36011_fedora9-1.x86_64.rpm   30 M
Installing for dependencies:
 SDL                     x86_64     1.2.13-3.fc9     fedora            211 k
 nas-libs                x86_64     1.9.1-4.fc9      fedora             77 k
 qt                      x86_64     1:4.3.5-2.fc9    updates           2.1 M
 qt-x11                  x86_64     1:4.3.5-2.fc9    updates           6.2 M
 redhat-rpm-config       noarch     9.0.2-1.fc9      fedora             54 k

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

Total download size: 39 M
Is this ok [y/N]: y
Downloading Packages:
(1/5): redhat-rpm-config-9.0.2-1.fc9.noarch.rpm          |  54 kB     00:00     
(2/5): nas-libs-1.9.1-4.fc9.x86_64.rpm                   |  77 kB     00:01     
(3/5): SDL-1.2.13-3.fc9.x86_64.rpm                       | 211 kB     00:04     
(4/5): qt-4.3.5-2.fc9.x86_64.rpm                         | 2.1 MB     00:17     
(5/5): qt-x11-4.3.5-2.fc9.x86_64.rpm                     | 6.2 MB     00:52     


Package VirtualBox-2.0.0_36011_fedora9-1.x86_64.rpm is not signed
How do I get the package "signed"?

Thanks

----------------------

Edit: nevermind, --nogpgcheck did the job. Nice if that was in the documentation... ho hum.

Posted: 6. Sep 2008, 11:12
by stefan.becker
Install the package on the command line with "rpm -U ...".