Results 1 to 8 of 8

Thread: 404 errors on apt-get

  1. #1
    Join Date
    Aug 2007
    Beans
    15

    404 errors on apt-get

    Has something been moved, expired, or deleted?
    I need to install GIT on a box running 7.04 and I continually get 404 errors from apt-get

    Code:
    bob@forte:~$ sudo apt-get install git
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following NEW packages will be installed
      git
    0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
    Need to get 262kB of archives.
    After unpacking 995kB of additional disk space will be used.
    WARNING: The following packages cannot be authenticated!
      git
    Install these packages without verification [y/N]? y
    Err http://gb.archive.ubuntu.com feisty/universe git 4.3.20-10
      404 Not Found
    Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/universe/g/git/git_4.3.20-10_i386.deb  404 Not Found
    E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
    git-core is similar
    apt-get update gives many 404s.

    Do I have to upgrade the system? I really don't want to have to do that right now.

    ideas?

  2. #2
    Join Date
    Mar 2007
    Location
    Here & Now
    Beans
    16,549
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: 404 errors on apt-get

    No support I think. Might be wrong.

    Dr. Fernando Duran Dollenz
    Libertad 584
    6824871

  3. #3
    Join Date
    Apr 2006
    Location
    UK
    Beans
    6,646
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: 404 errors on apt-get

    Quote Originally Posted by bandad View Post
    Do I have to upgrade the system? I really don't want to have to do that right now.
    Feisty is not supported any more. Hence the official repos have been removed.

    Yes - you should upgrade.

    If you really don't want to (not advisable), you can edit your repos.

    Look here for advice: https://help.ubuntu.com/community/GutsyUpgrades

  4. #4
    Join Date
    Apr 2007
    Location
    Cullman, AL
    Beans
    652
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: 404 errors on apt-get

    Nevermind
    Guide to forum text formatting code. Please use them | Use descriptive thread titles.

  5. #5
    Join Date
    Aug 2007
    Beans
    15

    Re: 404 errors on apt-get

    Quote Originally Posted by ugm6hr View Post
    Feisty is not supported any more. Hence the official repos have been removed.

    Yes - you should upgrade.

    If you really don't want to (not advisable), you can edit your repos.

    Look here for advice: https://help.ubuntu.com/community/GutsyUpgrades
    Looks like an upgrade then.
    Thanks for the help

    Bob

  6. #6
    Join Date
    Mar 2007
    Location
    Here & Now
    Beans
    16,549
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: 404 errors on apt-get

    Try:

    sudo sed -i 's/feisty/gutsy/' /etc/apt/sources.list

    sudo apt-get update

    sudo apt-get dist-upgrade

    Dr. Fernando Duran Dollenz
    Libertad 584
    6824871

  7. #7
    Join Date
    Aug 2007
    Beans
    15

    Re: 404 errors on apt-get

    Upgrade complete! GIT installed !!!

    Thanks everyone.
    Why was I worrying about the upgrade? Only took 30mins.

    Bob

  8. #8
    Join Date
    Apr 2006
    Location
    UK
    Beans
    6,646
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: 404 errors on apt-get

    Quote Originally Posted by bandad View Post
    Upgrade complete! GIT installed !!!

    Thanks everyone.
    Why was I worrying about the upgrade? Only took 30mins.

    Bob
    No worries.

    If you don't like upgrades too much, you should be prepared for Gutsy's withdrawal of support in April.

    I'd recommend sticking with Hardy (once upgraded from Gutsy), since it is LTS, and you can then just upgrade directly from LTS to LTS every 2-3 years.

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
  •