Getting 403 forbidden error in sudo apt-get update

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I want to upgrade version 13.10 to 14.04. This is output that I get:



W: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages 403 Forbidden
W: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/saucy-security/multiverse/binary-i386/Packages 403 Forbidden
E: Some index files failed to download. They have been ignored, or old ones used instead.


My Ubuntu version is 13.10 Saucy.










share|improve this question























  • A 403 error would be a problem with the remote web site...
    – Celada
    Sep 1 '15 at 10:38






  • 1




    Please, paste command that you typed, as well as your sources.list file.
    – MatthewRock
    Sep 1 '15 at 10:57














up vote
0
down vote

favorite












I want to upgrade version 13.10 to 14.04. This is output that I get:



W: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages 403 Forbidden
W: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/saucy-security/multiverse/binary-i386/Packages 403 Forbidden
E: Some index files failed to download. They have been ignored, or old ones used instead.


My Ubuntu version is 13.10 Saucy.










share|improve this question























  • A 403 error would be a problem with the remote web site...
    – Celada
    Sep 1 '15 at 10:38






  • 1




    Please, paste command that you typed, as well as your sources.list file.
    – MatthewRock
    Sep 1 '15 at 10:57












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I want to upgrade version 13.10 to 14.04. This is output that I get:



W: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages 403 Forbidden
W: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/saucy-security/multiverse/binary-i386/Packages 403 Forbidden
E: Some index files failed to download. They have been ignored, or old ones used instead.


My Ubuntu version is 13.10 Saucy.










share|improve this question















I want to upgrade version 13.10 to 14.04. This is output that I get:



W: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages 403 Forbidden
W: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/saucy-security/multiverse/binary-i386/Packages 403 Forbidden
E: Some index files failed to download. They have been ignored, or old ones used instead.


My Ubuntu version is 13.10 Saucy.







ubuntu apt






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 1 '15 at 11:05









A.B.

2,499726




2,499726










asked Sep 1 '15 at 10:34









user2852196

1111




1111











  • A 403 error would be a problem with the remote web site...
    – Celada
    Sep 1 '15 at 10:38






  • 1




    Please, paste command that you typed, as well as your sources.list file.
    – MatthewRock
    Sep 1 '15 at 10:57
















  • A 403 error would be a problem with the remote web site...
    – Celada
    Sep 1 '15 at 10:38






  • 1




    Please, paste command that you typed, as well as your sources.list file.
    – MatthewRock
    Sep 1 '15 at 10:57















A 403 error would be a problem with the remote web site...
– Celada
Sep 1 '15 at 10:38




A 403 error would be a problem with the remote web site...
– Celada
Sep 1 '15 at 10:38




1




1




Please, paste command that you typed, as well as your sources.list file.
– MatthewRock
Sep 1 '15 at 10:57




Please, paste command that you typed, as well as your sources.list file.
– MatthewRock
Sep 1 '15 at 10:57










4 Answers
4






active

oldest

votes

















up vote
4
down vote













Opening the URL directly in a web browser gives this more informative error message




The requested URL /ubuntu/dists/saucy-security/universe/binary-i386/Packages was not found on this server.




From this it's a short step to checking whether Saucy still exists. Looking at http://releases.ubuntu.com/ it's possible to see that it's not mainline, but that http://old-releases.ubuntu.com/releases/ suggests it should be available.



Looking more closely with a web browser shows that although http://old-releases.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages doesn't exist, the same file with a .bz2 and .gz suffix does exist. Furthermore the same configuration exists for the current live distribution.



Searching for this scenario finds Why can't apt find Packages file when compressed versions exist? on AskUbuntu, which suggests that the solution is as follows:




Turns out something was corrupt in my local apt repository. Resetting
it using



sudo rm -fr /var/lib/apt/lists/*


fixed things.







share|improve this answer





























    up vote
    0
    down vote













    Tye to use this:
    sed -i s/http/ftp/ /etc/apt/sources.list && apt-get update





    share








    New contributor




    SoPhat Vathana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      up vote
      -1
      down vote













      try adding the host below from /etc/hosts/ on the last line



      91.189.92.201 ph.archive.ubuntu.com


      first to check the address "E: Failed to fetch http://ph.archive.ubuntu.com/ubuntu/pool/main/libx/libxinerama/libxinerama1_1.1.3-1_i386.deb 403 Forbidden [IP: 202.90.159.172 80]



      change the address "ph.archive.ubuntu.com" from 202.90.159.172 to 91.189.92.201



      here is the command:



      vi /etc/hosts/
      .
      .
      .

      91.189.92.201 ph.archive.ubuntu.com


      then save it :x!






      share|improve this answer






















      • 91.189.92.201 (current rDNS urayuli.canonical.com) doesn't have the saucy-security package lists, so using it doesn't help in OP's case.
        – n.st
        Mar 26 '16 at 8:02

















      up vote
      -1
      down vote













      Try changing the server your computer download the updates from.



      sudo software-properties-gtk





      share|improve this answer






















        Your Answer








        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "106"
        ;
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function()
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled)
        StackExchange.using("snippets", function()
        createEditor();
        );

        else
        createEditor();

        );

        function createEditor()
        StackExchange.prepareEditor(
        heartbeatType: 'answer',
        convertImagesToLinks: false,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: null,
        bindNavPrevention: true,
        postfix: "",
        imageUploader:
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        ,
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        );



        );













         

        draft saved


        draft discarded


















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f226775%2fgetting-403-forbidden-error-in-sudo-apt-get-update%23new-answer', 'question_page');

        );

        Post as a guest






























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes








        up vote
        4
        down vote













        Opening the URL directly in a web browser gives this more informative error message




        The requested URL /ubuntu/dists/saucy-security/universe/binary-i386/Packages was not found on this server.




        From this it's a short step to checking whether Saucy still exists. Looking at http://releases.ubuntu.com/ it's possible to see that it's not mainline, but that http://old-releases.ubuntu.com/releases/ suggests it should be available.



        Looking more closely with a web browser shows that although http://old-releases.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages doesn't exist, the same file with a .bz2 and .gz suffix does exist. Furthermore the same configuration exists for the current live distribution.



        Searching for this scenario finds Why can't apt find Packages file when compressed versions exist? on AskUbuntu, which suggests that the solution is as follows:




        Turns out something was corrupt in my local apt repository. Resetting
        it using



        sudo rm -fr /var/lib/apt/lists/*


        fixed things.







        share|improve this answer


























          up vote
          4
          down vote













          Opening the URL directly in a web browser gives this more informative error message




          The requested URL /ubuntu/dists/saucy-security/universe/binary-i386/Packages was not found on this server.




          From this it's a short step to checking whether Saucy still exists. Looking at http://releases.ubuntu.com/ it's possible to see that it's not mainline, but that http://old-releases.ubuntu.com/releases/ suggests it should be available.



          Looking more closely with a web browser shows that although http://old-releases.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages doesn't exist, the same file with a .bz2 and .gz suffix does exist. Furthermore the same configuration exists for the current live distribution.



          Searching for this scenario finds Why can't apt find Packages file when compressed versions exist? on AskUbuntu, which suggests that the solution is as follows:




          Turns out something was corrupt in my local apt repository. Resetting
          it using



          sudo rm -fr /var/lib/apt/lists/*


          fixed things.







          share|improve this answer
























            up vote
            4
            down vote










            up vote
            4
            down vote









            Opening the URL directly in a web browser gives this more informative error message




            The requested URL /ubuntu/dists/saucy-security/universe/binary-i386/Packages was not found on this server.




            From this it's a short step to checking whether Saucy still exists. Looking at http://releases.ubuntu.com/ it's possible to see that it's not mainline, but that http://old-releases.ubuntu.com/releases/ suggests it should be available.



            Looking more closely with a web browser shows that although http://old-releases.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages doesn't exist, the same file with a .bz2 and .gz suffix does exist. Furthermore the same configuration exists for the current live distribution.



            Searching for this scenario finds Why can't apt find Packages file when compressed versions exist? on AskUbuntu, which suggests that the solution is as follows:




            Turns out something was corrupt in my local apt repository. Resetting
            it using



            sudo rm -fr /var/lib/apt/lists/*


            fixed things.







            share|improve this answer














            Opening the URL directly in a web browser gives this more informative error message




            The requested URL /ubuntu/dists/saucy-security/universe/binary-i386/Packages was not found on this server.




            From this it's a short step to checking whether Saucy still exists. Looking at http://releases.ubuntu.com/ it's possible to see that it's not mainline, but that http://old-releases.ubuntu.com/releases/ suggests it should be available.



            Looking more closely with a web browser shows that although http://old-releases.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages doesn't exist, the same file with a .bz2 and .gz suffix does exist. Furthermore the same configuration exists for the current live distribution.



            Searching for this scenario finds Why can't apt find Packages file when compressed versions exist? on AskUbuntu, which suggests that the solution is as follows:




            Turns out something was corrupt in my local apt repository. Resetting
            it using



            sudo rm -fr /var/lib/apt/lists/*


            fixed things.








            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Apr 13 '17 at 12:22









            Community♦

            1




            1










            answered Sep 1 '15 at 11:04









            roaima

            41.6k549113




            41.6k549113






















                up vote
                0
                down vote













                Tye to use this:
                sed -i s/http/ftp/ /etc/apt/sources.list && apt-get update





                share








                New contributor




                SoPhat Vathana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





















                  up vote
                  0
                  down vote













                  Tye to use this:
                  sed -i s/http/ftp/ /etc/apt/sources.list && apt-get update





                  share








                  New contributor




                  SoPhat Vathana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.



















                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    Tye to use this:
                    sed -i s/http/ftp/ /etc/apt/sources.list && apt-get update





                    share








                    New contributor




                    SoPhat Vathana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    Tye to use this:
                    sed -i s/http/ftp/ /etc/apt/sources.list && apt-get update






                    share








                    New contributor




                    SoPhat Vathana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.








                    share


                    share






                    New contributor




                    SoPhat Vathana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    answered 7 mins ago









                    SoPhat Vathana

                    1




                    1




                    New contributor




                    SoPhat Vathana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.





                    New contributor





                    SoPhat Vathana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.






                    SoPhat Vathana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.




















                        up vote
                        -1
                        down vote













                        try adding the host below from /etc/hosts/ on the last line



                        91.189.92.201 ph.archive.ubuntu.com


                        first to check the address "E: Failed to fetch http://ph.archive.ubuntu.com/ubuntu/pool/main/libx/libxinerama/libxinerama1_1.1.3-1_i386.deb 403 Forbidden [IP: 202.90.159.172 80]



                        change the address "ph.archive.ubuntu.com" from 202.90.159.172 to 91.189.92.201



                        here is the command:



                        vi /etc/hosts/
                        .
                        .
                        .

                        91.189.92.201 ph.archive.ubuntu.com


                        then save it :x!






                        share|improve this answer






















                        • 91.189.92.201 (current rDNS urayuli.canonical.com) doesn't have the saucy-security package lists, so using it doesn't help in OP's case.
                          – n.st
                          Mar 26 '16 at 8:02














                        up vote
                        -1
                        down vote













                        try adding the host below from /etc/hosts/ on the last line



                        91.189.92.201 ph.archive.ubuntu.com


                        first to check the address "E: Failed to fetch http://ph.archive.ubuntu.com/ubuntu/pool/main/libx/libxinerama/libxinerama1_1.1.3-1_i386.deb 403 Forbidden [IP: 202.90.159.172 80]



                        change the address "ph.archive.ubuntu.com" from 202.90.159.172 to 91.189.92.201



                        here is the command:



                        vi /etc/hosts/
                        .
                        .
                        .

                        91.189.92.201 ph.archive.ubuntu.com


                        then save it :x!






                        share|improve this answer






















                        • 91.189.92.201 (current rDNS urayuli.canonical.com) doesn't have the saucy-security package lists, so using it doesn't help in OP's case.
                          – n.st
                          Mar 26 '16 at 8:02












                        up vote
                        -1
                        down vote










                        up vote
                        -1
                        down vote









                        try adding the host below from /etc/hosts/ on the last line



                        91.189.92.201 ph.archive.ubuntu.com


                        first to check the address "E: Failed to fetch http://ph.archive.ubuntu.com/ubuntu/pool/main/libx/libxinerama/libxinerama1_1.1.3-1_i386.deb 403 Forbidden [IP: 202.90.159.172 80]



                        change the address "ph.archive.ubuntu.com" from 202.90.159.172 to 91.189.92.201



                        here is the command:



                        vi /etc/hosts/
                        .
                        .
                        .

                        91.189.92.201 ph.archive.ubuntu.com


                        then save it :x!






                        share|improve this answer














                        try adding the host below from /etc/hosts/ on the last line



                        91.189.92.201 ph.archive.ubuntu.com


                        first to check the address "E: Failed to fetch http://ph.archive.ubuntu.com/ubuntu/pool/main/libx/libxinerama/libxinerama1_1.1.3-1_i386.deb 403 Forbidden [IP: 202.90.159.172 80]



                        change the address "ph.archive.ubuntu.com" from 202.90.159.172 to 91.189.92.201



                        here is the command:



                        vi /etc/hosts/
                        .
                        .
                        .

                        91.189.92.201 ph.archive.ubuntu.com


                        then save it :x!







                        share|improve this answer














                        share|improve this answer



                        share|improve this answer








                        edited Mar 26 '16 at 4:40









                        Anthon

                        59.5k17100162




                        59.5k17100162










                        answered Mar 26 '16 at 3:41









                        Learsi R. Ayubga

                        1




                        1











                        • 91.189.92.201 (current rDNS urayuli.canonical.com) doesn't have the saucy-security package lists, so using it doesn't help in OP's case.
                          – n.st
                          Mar 26 '16 at 8:02
















                        • 91.189.92.201 (current rDNS urayuli.canonical.com) doesn't have the saucy-security package lists, so using it doesn't help in OP's case.
                          – n.st
                          Mar 26 '16 at 8:02















                        91.189.92.201 (current rDNS urayuli.canonical.com) doesn't have the saucy-security package lists, so using it doesn't help in OP's case.
                        – n.st
                        Mar 26 '16 at 8:02




                        91.189.92.201 (current rDNS urayuli.canonical.com) doesn't have the saucy-security package lists, so using it doesn't help in OP's case.
                        – n.st
                        Mar 26 '16 at 8:02










                        up vote
                        -1
                        down vote













                        Try changing the server your computer download the updates from.



                        sudo software-properties-gtk





                        share|improve this answer


























                          up vote
                          -1
                          down vote













                          Try changing the server your computer download the updates from.



                          sudo software-properties-gtk





                          share|improve this answer
























                            up vote
                            -1
                            down vote










                            up vote
                            -1
                            down vote









                            Try changing the server your computer download the updates from.



                            sudo software-properties-gtk





                            share|improve this answer














                            Try changing the server your computer download the updates from.



                            sudo software-properties-gtk






                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Aug 18 '16 at 10:00









                            techraf

                            4,100102139




                            4,100102139










                            answered Aug 18 '16 at 9:55









                            Santha Kumar

                            1




                            1



























                                 

                                draft saved


                                draft discarded















































                                 


                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f226775%2fgetting-403-forbidden-error-in-sudo-apt-get-update%23new-answer', 'question_page');

                                );

                                Post as a guest













































































                                Popular posts from this blog

                                How to check contact read email or not when send email to Individual?

                                Bahrain

                                Postfix configuration issue with fips on centos 7; mailgun relay