sudo apt-get update failing - “could not open” list file due to “permission denied”












22















For the last week or more, running sudo apt-get update culminates in error:



Reading package lists... Done
E: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/xenial/main/dep11/Components-amd64.yml
Could not open file /var/lib/apt/lists/partial/au.archive.ubuntu.com_ubuntu_dists_xenial_main_dep11_Components-amd64.yml.gz - open (13: Permission denied) [IP: 202.158.214.106 80]
E: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/xenial-backports/main/dep11/icons-64x64.tar Could not open file /var/lib/apt/lists/partial/au.archive.ubuntu.com_ubuntu_dists_xenial-backports_main_dep11_icons-64x64.tar.gz - open (13: Permission denied) [IP: 202.158.214.106 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.


Entering either of the 2 specified urls into a browser address bar results in a 'File not found' (404) error - but if I append .gz to both addresses, then the respective files can be downloaded.



However, having downloaded the 2 files, I then don't know how (or if) I can utilize them.



Seeking advice on how best to proceed.










share|improve this question





























    22















    For the last week or more, running sudo apt-get update culminates in error:



    Reading package lists... Done
    E: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/xenial/main/dep11/Components-amd64.yml
    Could not open file /var/lib/apt/lists/partial/au.archive.ubuntu.com_ubuntu_dists_xenial_main_dep11_Components-amd64.yml.gz - open (13: Permission denied) [IP: 202.158.214.106 80]
    E: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/xenial-backports/main/dep11/icons-64x64.tar Could not open file /var/lib/apt/lists/partial/au.archive.ubuntu.com_ubuntu_dists_xenial-backports_main_dep11_icons-64x64.tar.gz - open (13: Permission denied) [IP: 202.158.214.106 80]
    E: Some index files failed to download. They have been ignored, or old ones used instead.


    Entering either of the 2 specified urls into a browser address bar results in a 'File not found' (404) error - but if I append .gz to both addresses, then the respective files can be downloaded.



    However, having downloaded the 2 files, I then don't know how (or if) I can utilize them.



    Seeking advice on how best to proceed.










    share|improve this question



























      22












      22








      22


      6






      For the last week or more, running sudo apt-get update culminates in error:



      Reading package lists... Done
      E: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/xenial/main/dep11/Components-amd64.yml
      Could not open file /var/lib/apt/lists/partial/au.archive.ubuntu.com_ubuntu_dists_xenial_main_dep11_Components-amd64.yml.gz - open (13: Permission denied) [IP: 202.158.214.106 80]
      E: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/xenial-backports/main/dep11/icons-64x64.tar Could not open file /var/lib/apt/lists/partial/au.archive.ubuntu.com_ubuntu_dists_xenial-backports_main_dep11_icons-64x64.tar.gz - open (13: Permission denied) [IP: 202.158.214.106 80]
      E: Some index files failed to download. They have been ignored, or old ones used instead.


      Entering either of the 2 specified urls into a browser address bar results in a 'File not found' (404) error - but if I append .gz to both addresses, then the respective files can be downloaded.



      However, having downloaded the 2 files, I then don't know how (or if) I can utilize them.



      Seeking advice on how best to proceed.










      share|improve this question
















      For the last week or more, running sudo apt-get update culminates in error:



      Reading package lists... Done
      E: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/xenial/main/dep11/Components-amd64.yml
      Could not open file /var/lib/apt/lists/partial/au.archive.ubuntu.com_ubuntu_dists_xenial_main_dep11_Components-amd64.yml.gz - open (13: Permission denied) [IP: 202.158.214.106 80]
      E: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/xenial-backports/main/dep11/icons-64x64.tar Could not open file /var/lib/apt/lists/partial/au.archive.ubuntu.com_ubuntu_dists_xenial-backports_main_dep11_icons-64x64.tar.gz - open (13: Permission denied) [IP: 202.158.214.106 80]
      E: Some index files failed to download. They have been ignored, or old ones used instead.


      Entering either of the 2 specified urls into a browser address bar results in a 'File not found' (404) error - but if I append .gz to both addresses, then the respective files can be downloaded.



      However, having downloaded the 2 files, I then don't know how (or if) I can utilize them.



      Seeking advice on how best to proceed.







      apt package-management permissions updates update-manager






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 22 '17 at 4:35









      Zanna

      50.5k13133241




      50.5k13133241










      asked May 22 '17 at 4:21









      sisyphussisyphus

      11113




      11113






















          1 Answer
          1






          active

          oldest

          votes


















          32














          The contents of that directory are partially downloaded lists (perhaps APT was interrupted?) which can be safely removed.



          Start a root shell, being aware that you now have permission to do all kinds of damage to your system, so be careful (we need to do this because sudo rm errors out)



          sudo -i


          Remove the contents of the directory (type carefully) and exit the root shell:



          rm /var/lib/apt/lists/partial/*
          exit


          Then run an APT update to regenerate the package lists and check the problem is gone:



          sudo apt update





          share|improve this answer

























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            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',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            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%2faskubuntu.com%2fquestions%2f917603%2fsudo-apt-get-update-failing-could-not-open-list-file-due-to-permission-deni%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            32














            The contents of that directory are partially downloaded lists (perhaps APT was interrupted?) which can be safely removed.



            Start a root shell, being aware that you now have permission to do all kinds of damage to your system, so be careful (we need to do this because sudo rm errors out)



            sudo -i


            Remove the contents of the directory (type carefully) and exit the root shell:



            rm /var/lib/apt/lists/partial/*
            exit


            Then run an APT update to regenerate the package lists and check the problem is gone:



            sudo apt update





            share|improve this answer






























              32














              The contents of that directory are partially downloaded lists (perhaps APT was interrupted?) which can be safely removed.



              Start a root shell, being aware that you now have permission to do all kinds of damage to your system, so be careful (we need to do this because sudo rm errors out)



              sudo -i


              Remove the contents of the directory (type carefully) and exit the root shell:



              rm /var/lib/apt/lists/partial/*
              exit


              Then run an APT update to regenerate the package lists and check the problem is gone:



              sudo apt update





              share|improve this answer




























                32












                32








                32







                The contents of that directory are partially downloaded lists (perhaps APT was interrupted?) which can be safely removed.



                Start a root shell, being aware that you now have permission to do all kinds of damage to your system, so be careful (we need to do this because sudo rm errors out)



                sudo -i


                Remove the contents of the directory (type carefully) and exit the root shell:



                rm /var/lib/apt/lists/partial/*
                exit


                Then run an APT update to regenerate the package lists and check the problem is gone:



                sudo apt update





                share|improve this answer















                The contents of that directory are partially downloaded lists (perhaps APT was interrupted?) which can be safely removed.



                Start a root shell, being aware that you now have permission to do all kinds of damage to your system, so be careful (we need to do this because sudo rm errors out)



                sudo -i


                Remove the contents of the directory (type carefully) and exit the root shell:



                rm /var/lib/apt/lists/partial/*
                exit


                Then run an APT update to regenerate the package lists and check the problem is gone:



                sudo apt update






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited May 22 '17 at 6:58

























                answered May 22 '17 at 5:04









                ZannaZanna

                50.5k13133241




                50.5k13133241






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f917603%2fsudo-apt-get-update-failing-could-not-open-list-file-due-to-permission-deni%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Mont Emei

                    Province de Neuquén

                    Journaliste