Find the answer to your Linux question:
Results 1 to 7 of 7
When I try to update with Update Manager I I get this error: Code: Could not download all repository indexes The repository may no longer be available or could not ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Location
    USA
    Posts
    61

    [SOLVED] Update Manager Error

    When I try to update with Update Manager I I get this error:

    Code:
     Could not download all repository indexes
    
    The repository may no longer be available or could not be contacted because of network
     problems. If available an older version of the failed index will be used. Otherwise the 
    repository will be ignored. Check your network connection and ensure the repository 
    address in the preferences is correct.
    And it tells me it "failed to fetch" a bunch of packages.

    How do I alleviate this?

  2. #2
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    If you're using Synaptic package manager, click on Reload before looking for packages; that'll download the current package list.

    Make sure you're connected to the internet first.

    If you still get the error, post the contents of /etc/apt/sources.list

  3. #3
    Just Joined!
    Join Date
    Jul 2007
    Location
    USA
    Posts
    61
    When I try to reload I get the same error.

    Here is /etc/apt/sources.list:
    Code:
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    
    deb http://us.archive.ubuntu.com/ubuntu/ intrepid main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid restricted main multiverse universe #Added by software-properties
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    
    ## 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
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    deb http://us.archive.ubuntu.com/ubuntu/ intrepid 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://us.archive.ubuntu.com/ubuntu/ intrepid 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 http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
    
    deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
    deb-src http://security.ubuntu.com/ubuntu intrepid-security restricted main multiverse universe #Added by software-properties
    deb http://security.ubuntu.com/ubuntu intrepid-security universe
    deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
    deb http://us.archive.ubuntu.com/ubuntu/ intrepid-updates restricted main multiverse universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-updates restricted main multiverse universe

  4. #4
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Hmmm, I wonder if it's the feisty-backports? Feisty was no longer supported as of last October, I think they finally got around to removing the directories from the server.

    [Alt + F2], gksu gedit /etc/apt/sources.list

    And comment out the two feisty-backports lines, save, then try the update again.

    Edit: Alternate:

    If for some reason you need backports, instead of commenting out, edit "feisty-backports" to read "intrepid-backports" . Save and update.

  5. #5
    Just Joined!
    Join Date
    Jul 2007
    Location
    USA
    Posts
    61
    Ah, thank you. That seems to have fixed the problem. I have one more question: libgtk1.2 has been hanging out in my updates section for a while, but I can't select it. Anyone know what this is?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Compatible versions of libgtk1.2 dependencies are not available yet. Wait for a few days. It will be installed.
    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
    Jul 2007
    Location
    USA
    Posts
    61
    Ah thanks.

Posting Permissions

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