Results 1 to 3 of 3

Thread: apt-update error[SOLVED]

  1. #1
    Join Date
    May 2010
    Beans
    Hidden!
    Distro
    Ubuntu 12.10 Quantal Quetzal

    apt-update error[SOLVED]

    I am using ubuntu 12.10 , today when i try to update it failed ttelling me to use commandline . when i use apt-get update i get this error-

    Code:
    W: GPG error: http://deb.opera.com stable Release: The following signatures were invalid: BADSIG E585066A30C18A2B Opera Software Archive Automatic Signing Key 2013 <packager@opera.com>
    W: Failed to fetch http://packages.medibuntu.org/dists/quantal/Release.gpg  Something wicked happened resolving 'packages.medibuntu.org:http' (-5 - No address associated with hostname)
    
    W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/quantal-getdeb/Release.gpg  Something wicked happened resolving 'screenshots.getdeb.net:http' (-5 - No address associated with hostname)
    
    E: Some index files failed to download. They have been ignored, or old ones used instead.
    Please help
    Last edited by Bapun007; June 4th, 2013 at 02:39 PM.

  2. #2
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: apt-update error

    Try this:
    Code:
    $ sudo -i
     # apt-get clean
     # cd /var/lib/apt
     # mv lists lists.old
     # mkdir -p lists/partial
     # apt-get clean
     # apt-get update

  3. #3
    Join Date
    May 2010
    Beans
    Hidden!
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: apt-update error[SOLVED]

    Thanks for help. it now works

Bookmarks

Posting Permissions

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