Fedora Core 3 Problem

Discussion in 'Installation/Configuration' started by bccisp01, Oct 2, 2005.

  1. bccisp01

    bccisp01 New Member

    Okay everyone I am trying to install this and configure it. I am at the point where I am grabbing the file apt-* and here is my results after trying this,

    rpm -ivh http://ftp.freshrpms.net/pub/fedora/linux/extras/4/i386/apt-0.5.15cnc7-6.fc4.i386.rpm
    Retrieving http://ftp.freshrpms.net/pub/fedora/linux/extras/4/i386/apt-0.5.15cnc7-6.fc4.i386.rpm
    warning: /var/tmp/rpm-xfer.7cKQxm: V3 DSA signature: NOKEY, key ID 1ac70ce6
    error: Failed dependencies:
    libcrypto.so.5 is needed by apt-0.5.15cnc7-6.fc4.i386
    libkrb5support.so.0 is needed by apt-0.5.15cnc7-6.fc4.i386
    libreadline.so.5 is needed by apt-0.5.15cnc7-6.fc4.i386
    librpm-4.4.so is needed by apt-0.5.15cnc7-6.fc4.i386
    librpmdb-4.4.so is needed by apt-0.5.15cnc7-6.fc4.i386
    librpmio-4.4.so is needed by apt-0.5.15cnc7-6.fc4.i386
    libsqlite3.so.0 is needed by apt-0.5.15cnc7-6.fc4.i386
    libssl.so.5 is needed by apt-0.5.15cnc7-6.fc4.i386
    libstdc++.so.6(GLIBCXX_3.4.4) is needed by apt-0.5.15cnc7-6.fc4.i386

    I know this has something to do with GPG keys how do i fix it?

    Thanks,
    Michael
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I think the gpg key is not the problem, it's only a warning there. You can fix the gpg problem by running
    Code:
    rpm --import /usr/share/rhn/RPM-GPG-KEY*
    But there are some failed dependencies.
    Did you follow http://www.howtoforge.com/perfect_setup_fedora_core_3 step by step?
    If you don't succeed with apt, you can use yum as well. Instead of running
    Code:
    apt-get install <package>
    , you can run
    Code:
    yum install <package>
     

Share This Page