sudo apt-get update gives 404 error "E: The repository 'http://ir.archive.ubuntu.com/ubuntu artful Release' no longer has a Release file."

7,931

It seems that the mirror you're using (http://ir.archive.ubuntu.com/) is not working.

There is usually a mirror per country, identified by the their ISO two letter country code, in your case ir.

The easiest way to fix your problem is to edit your /etc/apt/sources.list and replace http://ir.archive.ubuntu.com/ by http://SOME_OTHER_COUNTRY_CODE_HERE.archive.ubuntu.com/

There are also other ubuntu mirrors listed here with their status.

Share:
7,931

Related videos on Youtube

arianhf
Author by

arianhf

Updated on September 18, 2022

Comments

  • arianhf
    arianhf over 1 year

    When I try to use sudo apt-get update it gives me these errors :

    E: The repository 'http://ir.archive.ubuntu.com/ubuntu artful Release' no longer has a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    E: The repository 'http://ir.archive.ubuntu.com/ubuntu artful-updates Release' no longer has a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    E: The repository 'http://ir.archive.ubuntu.com/ubuntu artful-backports Release' no longer has a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    E: The repository 'http://us.archive.ubuntu.com/ubuntu yakkety Release' does not have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    

    What's the problem and how can I fix it?

  • arianhf
    arianhf about 6 years
    thanks that worked! 1 question though how can I add the mirrors listed here in my source.list file? replace ir.archive.ubuntu.come with them? or add them in the end?
  • pim
    pim about 6 years
    you should replace them