Find the answer to your Linux question:
Results 1 to 7 of 7
Update Manager always gives the following error message. Any help would be greatly appreciated to Ubuntu 8.1 newbie.... W: GPG error: Index of / intrepid Release: The following signatures couldn't ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    5

    No pubkey error....HELP!!!

    Update Manager always gives the following error message. Any help would be greatly appreciated to Ubuntu 8.1 newbie....


    W: GPG error: Index of / intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7C5BAD1320A0D1DA

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Execute this in Terminal :
    Code:
    sudo apt-get clean all
    sudo apt-get update
    In case, warning appears again, post the contents of /etc/apt/sources.list file here.

    You can ignore that warning though.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Apr 2009
    Posts
    5
    Thanks for the help but I can't run this command....

    sudo apt-get clean all


    Any suggestions?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    What is the error message? Post exact error message here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Apr 2009
    Posts
    5
    W: GPG error: Index of / intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7C5BAD1320A0D1DA

    terminal error is

    root@joemartin-laptop:/home/joemartin# sudo apt-get clean all
    root@joemartin-laptop:/home/joemartin#

    nothing runs when I hit enter....goes to original prompt....thanks again for newbie help....

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    apt-get clean all command clears cache only. Its working fine. Post the contents of /etc/apt/sources.list file now. As I mentioned earlier, there is no need to worry about above error. Its just a warning only and you can ignore it safely.

    Anyways, execute this
    Code:
    cat /etc/apt/sources.list
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Apr 2009
    Posts
    5
    here's output after running command....thanks again....please tell me if you notice something.



    joemartin@joemartin-laptop:~$ cat /etc/apt/sources.list
    # deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
    deb-src Index of /ubuntu intrepid main restricted #Added by software-properties
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.

    deb Index of /ubuntu intrepid main restricted
    deb-src Index of /ubuntu intrepid restricted main multiverse universe #Added by software-properties

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb Index of /ubuntu intrepid-updates main restricted
    deb-src Index of /ubuntu intrepid-updates restricted main multiverse universe #Added by software-properties

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb Index of /ubuntu intrepid universe
    deb Index of /ubuntu intrepid-updates universe

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb Index of /ubuntu intrepid multiverse
    deb Index of /ubuntu intrepid-updates multiverse

    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    # deb Index of /ubuntu intrepid-backports main restricted universe multiverse
    # deb-src Index of /ubuntu intrepid-backports main restricted universe multiverse

    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository. This software is not part of Ubuntu, but is
    ## offered by Canonical and the respective vendors as a service to Ubuntu
    ## users.
    deb Index of /ubuntu intrepid partner
    deb-src Index of /ubuntu intrepid partner

    deb Index of /ubuntu intrepid-security main restricted
    deb-src Index of /ubuntu intrepid-security restricted main multiverse universe #Added by software-properties
    deb Index of /ubuntu intrepid-security universe
    deb Index of /ubuntu intrepid-security multiverse
    deb http://winff.org/ubuntu intrepid universe
    deb Index of /apt intrepid main
    deb Index of /elisa-developers/ppa/ubuntu intrepid main
    deb APT repository for boxee intrepid main
    deb Index of /compiz/ubuntu intrepid main
    deb APT repository for boxee intrepid main
    deb Index of /compiz/ubuntu hardy main

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...