How does debian/ubuntu knows a package has a updated version Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Come Celebrate our 10 Year Anniversary!using debian instead of ubuntuGiven a debian source package - How do I install the build-deps?How to find service dependencies for package updates on Ubuntu?Scripting installation of a virtual package provider on Debian/Ubuntudev/test/prod package update workflow for debian/ubuntuupdating, upgrading debian linux server except a packagePuppet: How to skip restart during package upgrade until config is replaced?How to tell apt-get that a package is OK and does not need any more attentionUsing Debian's unattended-upgrades packageHow to migrate from Jenkins week Ubuntu package to LTS?

Echoing a tail command produces unexpected output?

Are two submodules (where one is contained in the other) isomorphic if their quotientmodules are isomorphic?

Seeking colloquialism for “just because”

2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?

3 doors, three guards, one stone

What is the role of the transistor and diode in a soft start circuit?

What does the word "veer" mean here?

What exactly is a "Meth" in Altered Carbon?

Can a non-EU citizen traveling with me come with me through the EU passport line?

Overriding an object in memory with placement new

How to answer "Have you ever been terminated?"

How to bypass password on Windows XP account?

Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?

Extract all GPU name, model and GPU ram

How to find all the available tools in mac terminal?

At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?

Apollo command module space walk?

Why did the IBM 650 use bi-quinary?

How to find out what spells would be useless to a blind NPC spellcaster?

Generate an RGB colour grid

Why are Kinder Surprise Eggs illegal in the USA?

51k Euros annually for a family of 4 in Berlin: Is it enough?

What does the "x" in "x86" represent?

How do I stop a creek from eroding my steep embankment?



How does debian/ubuntu knows a package has a updated version



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!using debian instead of ubuntuGiven a debian source package - How do I install the build-deps?How to find service dependencies for package updates on Ubuntu?Scripting installation of a virtual package provider on Debian/Ubuntudev/test/prod package update workflow for debian/ubuntuupdating, upgrading debian linux server except a packagePuppet: How to skip restart during package upgrade until config is replaced?How to tell apt-get that a package is OK and does not need any more attentionUsing Debian's unattended-upgrades packageHow to migrate from Jenkins week Ubuntu package to LTS?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















If my understanding is good, with apt update, Debian download a release file and with this file, it can tell if a package needs to be upgraded and with which dependencies. How does it do this? Th release file seems to be just a list of hashes so I don't quite understand.



Sorry, I don't have a very good English.










share|improve this question







New contributor




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


























    1















    If my understanding is good, with apt update, Debian download a release file and with this file, it can tell if a package needs to be upgraded and with which dependencies. How does it do this? Th release file seems to be just a list of hashes so I don't quite understand.



    Sorry, I don't have a very good English.










    share|improve this question







    New contributor




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






















      1












      1








      1








      If my understanding is good, with apt update, Debian download a release file and with this file, it can tell if a package needs to be upgraded and with which dependencies. How does it do this? Th release file seems to be just a list of hashes so I don't quite understand.



      Sorry, I don't have a very good English.










      share|improve this question







      New contributor




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












      If my understanding is good, with apt update, Debian download a release file and with this file, it can tell if a package needs to be upgraded and with which dependencies. How does it do this? Th release file seems to be just a list of hashes so I don't quite understand.



      Sorry, I don't have a very good English.







      ubuntu debian apt






      share|improve this question







      New contributor




      thomas 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




      thomas 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






      New contributor




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









      asked 2 hours ago









      thomasthomas

      82




      82




      New contributor




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





      New contributor





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






      thomas 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


















          2














          Whilst apt update can download one or more Release files, the primary files it is downloading are Packages file(s). Those files contain the full list of available packages, their versions, and other metadata (like dependencies). Once apt has a list of available packages and their versions, it is a straightforward matter of comparison to determine which packages have versions newer than those currently installed.






          share|improve this answer























          • Thanks a lot for this.

            – thomas
            1 hour ago


















          1














          Package lists are the Packages and Sources files. These contain the debian/control file content for every package in the repository. From these metadata APT can determine a dependency solution.



          Releases is a description of the entire archive and signature data.



          Debian reference manual, Chapter 2. Debian package management






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "2"
            ;
            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
            );



            );






            thomas 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%2fserverfault.com%2fquestions%2f963386%2fhow-does-debian-ubuntu-knows-a-package-has-a-updated-version%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









            2














            Whilst apt update can download one or more Release files, the primary files it is downloading are Packages file(s). Those files contain the full list of available packages, their versions, and other metadata (like dependencies). Once apt has a list of available packages and their versions, it is a straightforward matter of comparison to determine which packages have versions newer than those currently installed.






            share|improve this answer























            • Thanks a lot for this.

              – thomas
              1 hour ago















            2














            Whilst apt update can download one or more Release files, the primary files it is downloading are Packages file(s). Those files contain the full list of available packages, their versions, and other metadata (like dependencies). Once apt has a list of available packages and their versions, it is a straightforward matter of comparison to determine which packages have versions newer than those currently installed.






            share|improve this answer























            • Thanks a lot for this.

              – thomas
              1 hour ago













            2












            2








            2







            Whilst apt update can download one or more Release files, the primary files it is downloading are Packages file(s). Those files contain the full list of available packages, their versions, and other metadata (like dependencies). Once apt has a list of available packages and their versions, it is a straightforward matter of comparison to determine which packages have versions newer than those currently installed.






            share|improve this answer













            Whilst apt update can download one or more Release files, the primary files it is downloading are Packages file(s). Those files contain the full list of available packages, their versions, and other metadata (like dependencies). Once apt has a list of available packages and their versions, it is a straightforward matter of comparison to determine which packages have versions newer than those currently installed.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 1 hour ago









            womblewomble

            85.8k18145204




            85.8k18145204












            • Thanks a lot for this.

              – thomas
              1 hour ago

















            • Thanks a lot for this.

              – thomas
              1 hour ago
















            Thanks a lot for this.

            – thomas
            1 hour ago





            Thanks a lot for this.

            – thomas
            1 hour ago













            1














            Package lists are the Packages and Sources files. These contain the debian/control file content for every package in the repository. From these metadata APT can determine a dependency solution.



            Releases is a description of the entire archive and signature data.



            Debian reference manual, Chapter 2. Debian package management






            share|improve this answer



























              1














              Package lists are the Packages and Sources files. These contain the debian/control file content for every package in the repository. From these metadata APT can determine a dependency solution.



              Releases is a description of the entire archive and signature data.



              Debian reference manual, Chapter 2. Debian package management






              share|improve this answer

























                1












                1








                1







                Package lists are the Packages and Sources files. These contain the debian/control file content for every package in the repository. From these metadata APT can determine a dependency solution.



                Releases is a description of the entire archive and signature data.



                Debian reference manual, Chapter 2. Debian package management






                share|improve this answer













                Package lists are the Packages and Sources files. These contain the debian/control file content for every package in the repository. From these metadata APT can determine a dependency solution.



                Releases is a description of the entire archive and signature data.



                Debian reference manual, Chapter 2. Debian package management







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 1 hour ago









                John MahowaldJohn Mahowald

                8,9111713




                8,9111713




















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









                    draft saved

                    draft discarded


















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












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











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














                    Thanks for contributing an answer to Server Fault!


                    • 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%2fserverfault.com%2fquestions%2f963386%2fhow-does-debian-ubuntu-knows-a-package-has-a-updated-version%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

                    Are there any AGPL-style licences that require source code modifications to be public? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Force derivative works to be publicAre there any GPL like licenses for Apple App Store?Do you violate the GPL if you provide source code that cannot be compiled?GPL - is it distribution to use libraries in an appliance loaned to customers?Distributing App for free which uses GPL'ed codeModifications of server software under GPL, with web/CLI interfaceDoes using an AGPLv3-licensed library prevent me from dual-licensing my own source code?Can I publish only select code under GPLv3 from a private project?Is there published precedent regarding the scope of covered work that uses AGPL software?If MIT licensed code links to GPL licensed code what should be the license of the resulting binary program?If I use a public API endpoint that has its source code licensed under AGPL in my app, do I need to disclose my source?

                    2013 GY136 Descoberta | Órbita | Referências Menu de navegação«List Of Centaurs and Scattered-Disk Objects»«List of Known Trans-Neptunian Objects»

                    Button changing it's text & action. Good or terrible? The 2019 Stack Overflow Developer Survey Results Are Inchanging text on user mouseoverShould certain functions be “hard to find” for powerusers to discover?Custom liking function - do I need user login?Using different checkbox style for different checkbox behaviorBest Practices: Save and Exit in Software UIInteraction with remote validated formMore efficient UI to progress the user through a complicated process?Designing a popup notice for a gameShould bulk-editing functions be hidden until a table row is selected, or is there a better solution?Is it bad practice to disable (replace) the context menu?