Will my debian testing become stable version, after new stable version released?











up vote
0
down vote

favorite












Currently, Debian testing codename is buster, and next-stable will be buster.



I have installed Debian testing to keep packages up-to-date. My question is: Will my Debian become the stable release of Debian after buster is released as stable? If the answer is yes: I want to keep my Debian to testing version and keep packages up-to-date, What should I do?










share|improve this question









New contributor




Ali Hardan 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

    favorite












    Currently, Debian testing codename is buster, and next-stable will be buster.



    I have installed Debian testing to keep packages up-to-date. My question is: Will my Debian become the stable release of Debian after buster is released as stable? If the answer is yes: I want to keep my Debian to testing version and keep packages up-to-date, What should I do?










    share|improve this question









    New contributor




    Ali Hardan 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

      favorite









      up vote
      0
      down vote

      favorite











      Currently, Debian testing codename is buster, and next-stable will be buster.



      I have installed Debian testing to keep packages up-to-date. My question is: Will my Debian become the stable release of Debian after buster is released as stable? If the answer is yes: I want to keep my Debian to testing version and keep packages up-to-date, What should I do?










      share|improve this question









      New contributor




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











      Currently, Debian testing codename is buster, and next-stable will be buster.



      I have installed Debian testing to keep packages up-to-date. My question is: Will my Debian become the stable release of Debian after buster is released as stable? If the answer is yes: I want to keep my Debian to testing version and keep packages up-to-date, What should I do?







      debian package-management version






      share|improve this question









      New contributor




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











      share|improve this question









      New contributor




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









      share|improve this question




      share|improve this question








      edited Dec 3 at 15:17









      Michael Prokopec

      74416




      74416






      New contributor




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









      asked Dec 3 at 13:14









      Ali Hardan

      32




      32




      New contributor




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





      New contributor





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






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






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          7
          down vote



          accepted










          If your /etc/apt/sources.list file references buster then it will stay on buster from testing through stable and then old-stable.



          If you have referenced testing then it will stay on testing regardless of the current testing version.



          You can see more details on the Debian Wiki, which includes a suggested sources.list file. I've taken that and tweaked it to reference testing as mentioned in your question:



          deb http://deb.debian.org/debian testing main contrib non-free
          deb-src http://deb.debian.org/debian testing main contrib non-free

          deb http://deb.debian.org/debian-security/ testing/updates main contrib non-free
          deb-src http://deb.debian.org/debian-security/ testing/updates main contrib non-free

          deb http://deb.debian.org/debian testing-updates main contrib non-free
          deb-src http://deb.debian.org/debian testing-updates main contrib non-free





          share|improve this answer




























            up vote
            1
            down vote













            It depends on what name for the distribution you are using.



            Check you /etc/apt/sources.list file. If it contains lines like:



            deb http://ftp.nl.debian.org/debian/ buster main


            then your system will stay with buster, even when it is released as a stable version.



            If instead you have lines like:



            deb http://ftp.nl.debian.org/debian/ testing main


            then your system will remain with testing. be prepare for a whole lot of updates at the moment that buster is released, as before an official release the version undergoes a freeze period to iron out the last critical problems; however the next testing version will contain all changes made during the freeze.






            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
              });


              }
              });






              Ali Hardan is a new contributor. Be nice, and check out our Code of Conduct.










              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f485677%2fwill-my-debian-testing-become-stable-version-after-new-stable-version-released%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              7
              down vote



              accepted










              If your /etc/apt/sources.list file references buster then it will stay on buster from testing through stable and then old-stable.



              If you have referenced testing then it will stay on testing regardless of the current testing version.



              You can see more details on the Debian Wiki, which includes a suggested sources.list file. I've taken that and tweaked it to reference testing as mentioned in your question:



              deb http://deb.debian.org/debian testing main contrib non-free
              deb-src http://deb.debian.org/debian testing main contrib non-free

              deb http://deb.debian.org/debian-security/ testing/updates main contrib non-free
              deb-src http://deb.debian.org/debian-security/ testing/updates main contrib non-free

              deb http://deb.debian.org/debian testing-updates main contrib non-free
              deb-src http://deb.debian.org/debian testing-updates main contrib non-free





              share|improve this answer

























                up vote
                7
                down vote



                accepted










                If your /etc/apt/sources.list file references buster then it will stay on buster from testing through stable and then old-stable.



                If you have referenced testing then it will stay on testing regardless of the current testing version.



                You can see more details on the Debian Wiki, which includes a suggested sources.list file. I've taken that and tweaked it to reference testing as mentioned in your question:



                deb http://deb.debian.org/debian testing main contrib non-free
                deb-src http://deb.debian.org/debian testing main contrib non-free

                deb http://deb.debian.org/debian-security/ testing/updates main contrib non-free
                deb-src http://deb.debian.org/debian-security/ testing/updates main contrib non-free

                deb http://deb.debian.org/debian testing-updates main contrib non-free
                deb-src http://deb.debian.org/debian testing-updates main contrib non-free





                share|improve this answer























                  up vote
                  7
                  down vote



                  accepted







                  up vote
                  7
                  down vote



                  accepted






                  If your /etc/apt/sources.list file references buster then it will stay on buster from testing through stable and then old-stable.



                  If you have referenced testing then it will stay on testing regardless of the current testing version.



                  You can see more details on the Debian Wiki, which includes a suggested sources.list file. I've taken that and tweaked it to reference testing as mentioned in your question:



                  deb http://deb.debian.org/debian testing main contrib non-free
                  deb-src http://deb.debian.org/debian testing main contrib non-free

                  deb http://deb.debian.org/debian-security/ testing/updates main contrib non-free
                  deb-src http://deb.debian.org/debian-security/ testing/updates main contrib non-free

                  deb http://deb.debian.org/debian testing-updates main contrib non-free
                  deb-src http://deb.debian.org/debian testing-updates main contrib non-free





                  share|improve this answer












                  If your /etc/apt/sources.list file references buster then it will stay on buster from testing through stable and then old-stable.



                  If you have referenced testing then it will stay on testing regardless of the current testing version.



                  You can see more details on the Debian Wiki, which includes a suggested sources.list file. I've taken that and tweaked it to reference testing as mentioned in your question:



                  deb http://deb.debian.org/debian testing main contrib non-free
                  deb-src http://deb.debian.org/debian testing main contrib non-free

                  deb http://deb.debian.org/debian-security/ testing/updates main contrib non-free
                  deb-src http://deb.debian.org/debian-security/ testing/updates main contrib non-free

                  deb http://deb.debian.org/debian testing-updates main contrib non-free
                  deb-src http://deb.debian.org/debian testing-updates main contrib non-free






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 3 at 13:18









                  roaima

                  42.3k550115




                  42.3k550115
























                      up vote
                      1
                      down vote













                      It depends on what name for the distribution you are using.



                      Check you /etc/apt/sources.list file. If it contains lines like:



                      deb http://ftp.nl.debian.org/debian/ buster main


                      then your system will stay with buster, even when it is released as a stable version.



                      If instead you have lines like:



                      deb http://ftp.nl.debian.org/debian/ testing main


                      then your system will remain with testing. be prepare for a whole lot of updates at the moment that buster is released, as before an official release the version undergoes a freeze period to iron out the last critical problems; however the next testing version will contain all changes made during the freeze.






                      share|improve this answer

























                        up vote
                        1
                        down vote













                        It depends on what name for the distribution you are using.



                        Check you /etc/apt/sources.list file. If it contains lines like:



                        deb http://ftp.nl.debian.org/debian/ buster main


                        then your system will stay with buster, even when it is released as a stable version.



                        If instead you have lines like:



                        deb http://ftp.nl.debian.org/debian/ testing main


                        then your system will remain with testing. be prepare for a whole lot of updates at the moment that buster is released, as before an official release the version undergoes a freeze period to iron out the last critical problems; however the next testing version will contain all changes made during the freeze.






                        share|improve this answer























                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          It depends on what name for the distribution you are using.



                          Check you /etc/apt/sources.list file. If it contains lines like:



                          deb http://ftp.nl.debian.org/debian/ buster main


                          then your system will stay with buster, even when it is released as a stable version.



                          If instead you have lines like:



                          deb http://ftp.nl.debian.org/debian/ testing main


                          then your system will remain with testing. be prepare for a whole lot of updates at the moment that buster is released, as before an official release the version undergoes a freeze period to iron out the last critical problems; however the next testing version will contain all changes made during the freeze.






                          share|improve this answer












                          It depends on what name for the distribution you are using.



                          Check you /etc/apt/sources.list file. If it contains lines like:



                          deb http://ftp.nl.debian.org/debian/ buster main


                          then your system will stay with buster, even when it is released as a stable version.



                          If instead you have lines like:



                          deb http://ftp.nl.debian.org/debian/ testing main


                          then your system will remain with testing. be prepare for a whole lot of updates at the moment that buster is released, as before an official release the version undergoes a freeze period to iron out the last critical problems; however the next testing version will contain all changes made during the freeze.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Dec 3 at 13:19









                          wurtel

                          9,72511325




                          9,72511325






















                              Ali Hardan is a new contributor. Be nice, and check out our Code of Conduct.










                              draft saved

                              draft discarded


















                              Ali Hardan is a new contributor. Be nice, and check out our Code of Conduct.













                              Ali Hardan is a new contributor. Be nice, and check out our Code of Conduct.












                              Ali Hardan is a new contributor. Be nice, and check out our Code of Conduct.
















                              Thanks for contributing an answer to Unix & Linux Stack Exchange!


                              • 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.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • 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%2funix.stackexchange.com%2fquestions%2f485677%2fwill-my-debian-testing-become-stable-version-after-new-stable-version-released%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

                              サソリ

                              広島県道265号伴広島線

                              Accessing regular linux commands in Huawei's Dopra Linux