etc/apt/sources.list file for Ubuntu 17.10

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








up vote
0
down vote

favorite












I am unable to upgrade to Ubuntu 18.04 as due to wrong links in sources.list file. I am able to update successfully as only some of the links are wrong. As Ubuntu 17.10 repositories are not yet moved to old-release, I am unable to update when i replace archive to old-release. And with unchanged sources.list file, some of the links are not working-



Get:16 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages [8,531 kB] Err http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
Connection failed [IP: 91.189.88.161 80]
Err http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages Connection failed [IP: 91.189.88.152 80]



Can someone tell the solution, or post their sources.list file to check the difference?







share|improve this question
























    up vote
    0
    down vote

    favorite












    I am unable to upgrade to Ubuntu 18.04 as due to wrong links in sources.list file. I am able to update successfully as only some of the links are wrong. As Ubuntu 17.10 repositories are not yet moved to old-release, I am unable to update when i replace archive to old-release. And with unchanged sources.list file, some of the links are not working-



    Get:16 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages [8,531 kB] Err http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
    Connection failed [IP: 91.189.88.161 80]
    Err http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages Connection failed [IP: 91.189.88.152 80]



    Can someone tell the solution, or post their sources.list file to check the difference?







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am unable to upgrade to Ubuntu 18.04 as due to wrong links in sources.list file. I am able to update successfully as only some of the links are wrong. As Ubuntu 17.10 repositories are not yet moved to old-release, I am unable to update when i replace archive to old-release. And with unchanged sources.list file, some of the links are not working-



      Get:16 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages [8,531 kB] Err http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
      Connection failed [IP: 91.189.88.161 80]
      Err http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages Connection failed [IP: 91.189.88.152 80]



      Can someone tell the solution, or post their sources.list file to check the difference?







      share|improve this question












      I am unable to upgrade to Ubuntu 18.04 as due to wrong links in sources.list file. I am able to update successfully as only some of the links are wrong. As Ubuntu 17.10 repositories are not yet moved to old-release, I am unable to update when i replace archive to old-release. And with unchanged sources.list file, some of the links are not working-



      Get:16 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages [8,531 kB] Err http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
      Connection failed [IP: 91.189.88.161 80]
      Err http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages Connection failed [IP: 91.189.88.152 80]



      Can someone tell the solution, or post their sources.list file to check the difference?









      share|improve this question











      share|improve this question




      share|improve this question










      asked May 25 at 4:48









      BEWARB

      487




      487




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          A standard sources.list file for Ubuntu 17.10 (Artful Aardvark) looks like this:



          deb http://archive.ubuntu.com/ubuntu/ artful main restricted universe multiverse 
          deb http://archive.ubuntu.com/ubuntu/ artful-updates main restricted universe multiverse
          deb http://archive.ubuntu.com/ubuntu/ artful-backports main restricted universe multiverse
          deb http://security.ubuntu.com/ubuntu artful-security main restricted universe multiverse
          deb http://archive.canonical.com/ubuntu artful partner


          A standard sources.list file for Ubuntu 18.04 looks the same as the above sources.list except all 5 times artful appears it is replaced by bionic






          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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f1040071%2fetc-apt-sources-list-file-for-ubuntu-17-10%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote













            A standard sources.list file for Ubuntu 17.10 (Artful Aardvark) looks like this:



            deb http://archive.ubuntu.com/ubuntu/ artful main restricted universe multiverse 
            deb http://archive.ubuntu.com/ubuntu/ artful-updates main restricted universe multiverse
            deb http://archive.ubuntu.com/ubuntu/ artful-backports main restricted universe multiverse
            deb http://security.ubuntu.com/ubuntu artful-security main restricted universe multiverse
            deb http://archive.canonical.com/ubuntu artful partner


            A standard sources.list file for Ubuntu 18.04 looks the same as the above sources.list except all 5 times artful appears it is replaced by bionic






            share|improve this answer


























              up vote
              1
              down vote













              A standard sources.list file for Ubuntu 17.10 (Artful Aardvark) looks like this:



              deb http://archive.ubuntu.com/ubuntu/ artful main restricted universe multiverse 
              deb http://archive.ubuntu.com/ubuntu/ artful-updates main restricted universe multiverse
              deb http://archive.ubuntu.com/ubuntu/ artful-backports main restricted universe multiverse
              deb http://security.ubuntu.com/ubuntu artful-security main restricted universe multiverse
              deb http://archive.canonical.com/ubuntu artful partner


              A standard sources.list file for Ubuntu 18.04 looks the same as the above sources.list except all 5 times artful appears it is replaced by bionic






              share|improve this answer
























                up vote
                1
                down vote










                up vote
                1
                down vote









                A standard sources.list file for Ubuntu 17.10 (Artful Aardvark) looks like this:



                deb http://archive.ubuntu.com/ubuntu/ artful main restricted universe multiverse 
                deb http://archive.ubuntu.com/ubuntu/ artful-updates main restricted universe multiverse
                deb http://archive.ubuntu.com/ubuntu/ artful-backports main restricted universe multiverse
                deb http://security.ubuntu.com/ubuntu artful-security main restricted universe multiverse
                deb http://archive.canonical.com/ubuntu artful partner


                A standard sources.list file for Ubuntu 18.04 looks the same as the above sources.list except all 5 times artful appears it is replaced by bionic






                share|improve this answer














                A standard sources.list file for Ubuntu 17.10 (Artful Aardvark) looks like this:



                deb http://archive.ubuntu.com/ubuntu/ artful main restricted universe multiverse 
                deb http://archive.ubuntu.com/ubuntu/ artful-updates main restricted universe multiverse
                deb http://archive.ubuntu.com/ubuntu/ artful-backports main restricted universe multiverse
                deb http://security.ubuntu.com/ubuntu artful-security main restricted universe multiverse
                deb http://archive.canonical.com/ubuntu artful partner


                A standard sources.list file for Ubuntu 18.04 looks the same as the above sources.list except all 5 times artful appears it is replaced by bionic







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited May 25 at 5:13

























                answered May 25 at 5:07









                karel

                49.6k11105126




                49.6k11105126






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1040071%2fetc-apt-sources-list-file-for-ubuntu-17-10%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    Trouble downloading packages list due to a “Hash sum mismatch” error

                    How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

                    How do I move numbers in filenames, in a batch renaming operation?