Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: sudo apt-get update isn't working

  1. #1
    Join Date
    Apr 2013
    Location
    /Earth/Bangladesh/Dhaka/
    Beans
    120
    Distro
    Ubuntu 14.04 Trusty Tahr

    Question sudo apt-get update isn't working

    If I run,
    Code:
    sudo apt-get update
    It gives following erros,

    Code:
    Err http://dl.google.com stable Release.gpg
      Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    Err http://dl.google.com stable Release.gpg
      Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    Ign http://dl.google.com stable Release
    Ign http://dl.google.com stable Release
    Ign http://dl.google.com stable/main i386 Packages/DiffIndex
    Ign http://dl.google.com stable/main i386 Packages/DiffIndex
    Err http://dl.google.com stable/main Translation-en_US
      Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    Err http://dl.google.com stable/main Translation-en
      Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    Err http://dl.google.com stable/main Translation-en_US
      Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    Err http://dl.google.com stable/main Translation-en
      Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    Err http://dl.google.com stable/main i386 Packages
      Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    Err http://dl.google.com stable/main i386 Packages
      Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    Fetched 189 B in 4min 12s (0 B/s)
    W: GPG error: http://download.opensuse.org ./ Release: The following signatures were invalid: KEYEXPIRED 1366357218
    W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release.gpg  Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    
    
    W: Failed to fetch http://dl.google.com/linux/talkplugin/deb/dists/stable/Release.gpg  Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    
    
    W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/main/i18n/Translation-en_US  Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    
    
    W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/main/i18n/Translation-en  Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    
    
    W: Failed to fetch http://dl.google.com/linux/talkplugin/deb/dists/stable/main/i18n/Translation-en_US  Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    
    
    W: Failed to fetch http://dl.google.com/linux/talkplugin/deb/dists/stable/main/i18n/Translation-en  Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    
    
    W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/main/binary-i386/Packages  Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    
    
    W: Failed to fetch http://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-i386/Packages  Unable to connect to dl.google.com:http: [IP: 74.125.135.190 80]
    
    
    E: Some index files failed to download. They have been ignored, or old ones used instead.
    How to fix this problem?
    Last edited by Ashfaqur Rahman; April 23rd, 2013 at 09:27 PM.

  2. #2
    Join Date
    Dec 2007
    Beans
    12,521

    Re: sudo apt-get update isn't working!!

    Sometimes it could just so happen that dl.google.com is down for a while. But where did "W: GPG error: http://download.opensuse.org ./" come from?

  3. #3
    Join Date
    Apr 2013
    Location
    /Earth/Bangladesh/Dhaka/
    Beans
    120
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: sudo apt-get update isn't working!!

    I don't know actually!

  4. #4
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: sudo apt-get update isn't working!!

    if its your hardware, you might follow the ubuntu default archive sources only to get updates. So comment out the exotic entries inside /etc/apt/sources.list, then update again

  5. #5
    Join Date
    Oct 2010
    Location
    Brazil
    Beans
    61
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: sudo apt-get update isn't working!!

    http://dl.google.com is working fine here.

  6. #6
    Join Date
    Apr 2013
    Location
    /Earth/Bangladesh/Dhaka/
    Beans
    120
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: sudo apt-get update isn't working!!

    Comment out means ## ?
    How can I know which is exotic entries or not? @dino99

  7. #7
    Join Date
    Oct 2010
    Location
    Brazil
    Beans
    61
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: sudo apt-get update isn't working!!

    Quote Originally Posted by Ashfaqur Rahman View Post
    Comment out means ## ?
    How can I know which is exotic entries or not? @dino99
    Yes.
    The OpenSuse one.

  8. #8
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: sudo apt-get update isn't working!!

    Don't know about that opensuse thing, but the entries for google's repo should be in the /etc/apt/sources.list.d directory.
    That's where the third party, non-Ubuntu repos go.
    You should find a couple files with names like google-talkplugin.list, or google-chrome-stable.list in there.
    Simply remove the files. Then run update.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  9. #9
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: sudo apt-get update isn't working

    You could post the results of

    Code:
    cat /etc/apt/sources.list
    And we can help with what lines should go and what should stay.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  10. #10
    Join Date
    Apr 2013
    Location
    /Earth/Bangladesh/Dhaka/
    Beans
    120
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: sudo apt-get update isn't working

    Here is the result of,
    Code:
    cat /etc/apt/sources.list
    I have already comment out the opensuse one.
    Code:
    # deb cdrom:[Ubuntu 12.10 _Quantal Quetzal_ - Release i386 (20121017.2)]/ quantal main restricted
    
    
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://bd.archive.ubuntu.com/ubuntu/ quantal main restricted
    deb-src http://bd.archive.ubuntu.com/ubuntu/ quantal main restricted
    
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://bd.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
    deb-src http://bd.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
    
    
    ## 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 http://bd.archive.ubuntu.com/ubuntu/ quantal universe
    deb-src http://bd.archive.ubuntu.com/ubuntu/ quantal universe
    deb http://bd.archive.ubuntu.com/ubuntu/ quantal-updates universe
    deb-src http://bd.archive.ubuntu.com/ubuntu/ quantal-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 http://bd.archive.ubuntu.com/ubuntu/ quantal multiverse
    deb-src http://bd.archive.ubuntu.com/ubuntu/ quantal multiverse
    deb http://bd.archive.ubuntu.com/ubuntu/ quantal-updates multiverse
    deb-src http://bd.archive.ubuntu.com/ubuntu/ quantal-updates multiverse
    
    
    ## 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 http://bd.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse
    deb-src http://bd.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse
    
    
    deb http://security.ubuntu.com/ubuntu quantal-security main restricted
    deb-src http://security.ubuntu.com/ubuntu quantal-security main restricted
    deb http://security.ubuntu.com/ubuntu quantal-security universe
    deb-src http://security.ubuntu.com/ubuntu quantal-security universe
    deb http://security.ubuntu.com/ubuntu quantal-security multiverse
    deb-src http://security.ubuntu.com/ubuntu quantal-security 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 http://archive.canonical.com/ubuntu quantal partner
    # deb-src http://archive.canonical.com/ubuntu quantal partner
    
    
    ## This software is not part of Ubuntu, but is offered by third-party
    ## developers who want to ship their latest software.
    deb http://extras.ubuntu.com/ubuntu quantal main
    deb-src http://extras.ubuntu.com/ubuntu quantal main
    ##deb http://download.opensuse.org/repositories/home:/sarimkhan/xUbuntu_12.10/ ./
    ##deb-src http://download.opensuse.org/repositories/home:/sarimkhan/xUbuntu_12.10/ ./

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •