prevent apt* from downloading behind my back

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











up vote
1
down vote

favorite












I am on Debian Sid and I've found that an apt-upgrade didn't
download all the 87 packages that were to be installed but just one,
that was not in the debian's repositories (namely
http://dl.google.com/linux/chrome/deb stable/main amd64 google-chrome-stable)
and proceeded with the install.



This behavior led me to assume that some subsystem had previously
downloaded the necessary .debs. While in general there is no harm
in that, I'd prefer to choose when the download happens because I
sometimes have a pretty fast connection and sometimes a very poor one,
where I'd like to have every kbyte/s at my disposal...



My question is twofold



  1. is it possible that apt, or one of its siblings, is really downloading
    the .debs behind my back, and which is the machinery involved?

  2. can I have this not happen (if it is really happening)?

Tia







share|improve this question
























    up vote
    1
    down vote

    favorite












    I am on Debian Sid and I've found that an apt-upgrade didn't
    download all the 87 packages that were to be installed but just one,
    that was not in the debian's repositories (namely
    http://dl.google.com/linux/chrome/deb stable/main amd64 google-chrome-stable)
    and proceeded with the install.



    This behavior led me to assume that some subsystem had previously
    downloaded the necessary .debs. While in general there is no harm
    in that, I'd prefer to choose when the download happens because I
    sometimes have a pretty fast connection and sometimes a very poor one,
    where I'd like to have every kbyte/s at my disposal...



    My question is twofold



    1. is it possible that apt, or one of its siblings, is really downloading
      the .debs behind my back, and which is the machinery involved?

    2. can I have this not happen (if it is really happening)?

    Tia







    share|improve this question






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I am on Debian Sid and I've found that an apt-upgrade didn't
      download all the 87 packages that were to be installed but just one,
      that was not in the debian's repositories (namely
      http://dl.google.com/linux/chrome/deb stable/main amd64 google-chrome-stable)
      and proceeded with the install.



      This behavior led me to assume that some subsystem had previously
      downloaded the necessary .debs. While in general there is no harm
      in that, I'd prefer to choose when the download happens because I
      sometimes have a pretty fast connection and sometimes a very poor one,
      where I'd like to have every kbyte/s at my disposal...



      My question is twofold



      1. is it possible that apt, or one of its siblings, is really downloading
        the .debs behind my back, and which is the machinery involved?

      2. can I have this not happen (if it is really happening)?

      Tia







      share|improve this question












      I am on Debian Sid and I've found that an apt-upgrade didn't
      download all the 87 packages that were to be installed but just one,
      that was not in the debian's repositories (namely
      http://dl.google.com/linux/chrome/deb stable/main amd64 google-chrome-stable)
      and proceeded with the install.



      This behavior led me to assume that some subsystem had previously
      downloaded the necessary .debs. While in general there is no harm
      in that, I'd prefer to choose when the download happens because I
      sometimes have a pretty fast connection and sometimes a very poor one,
      where I'd like to have every kbyte/s at my disposal...



      My question is twofold



      1. is it possible that apt, or one of its siblings, is really downloading
        the .debs behind my back, and which is the machinery involved?

      2. can I have this not happen (if it is really happening)?

      Tia









      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 14 at 11:59









      gboffi

      206112




      206112




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          It's possibly due to the unattended-upgrades configuration in your Debian system. unattended-upgrades has been introduced to keep your system up-to-date with respect to security and other updates.



          You can configure unattended-upgrades to enabled/disabled by modifying its configuration file: /etc/apt/apt.conf.d/20auto-upgrades



          For more information read: https://wiki.debian.org/UnattendedUpgrades






          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: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2funix.stackexchange.com%2fquestions%2f430157%2fprevent-apt-from-downloading-behind-my-back%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
            2
            down vote













            It's possibly due to the unattended-upgrades configuration in your Debian system. unattended-upgrades has been introduced to keep your system up-to-date with respect to security and other updates.



            You can configure unattended-upgrades to enabled/disabled by modifying its configuration file: /etc/apt/apt.conf.d/20auto-upgrades



            For more information read: https://wiki.debian.org/UnattendedUpgrades






            share|improve this answer


























              up vote
              2
              down vote













              It's possibly due to the unattended-upgrades configuration in your Debian system. unattended-upgrades has been introduced to keep your system up-to-date with respect to security and other updates.



              You can configure unattended-upgrades to enabled/disabled by modifying its configuration file: /etc/apt/apt.conf.d/20auto-upgrades



              For more information read: https://wiki.debian.org/UnattendedUpgrades






              share|improve this answer
























                up vote
                2
                down vote










                up vote
                2
                down vote









                It's possibly due to the unattended-upgrades configuration in your Debian system. unattended-upgrades has been introduced to keep your system up-to-date with respect to security and other updates.



                You can configure unattended-upgrades to enabled/disabled by modifying its configuration file: /etc/apt/apt.conf.d/20auto-upgrades



                For more information read: https://wiki.debian.org/UnattendedUpgrades






                share|improve this answer














                It's possibly due to the unattended-upgrades configuration in your Debian system. unattended-upgrades has been introduced to keep your system up-to-date with respect to security and other updates.



                You can configure unattended-upgrades to enabled/disabled by modifying its configuration file: /etc/apt/apt.conf.d/20auto-upgrades



                For more information read: https://wiki.debian.org/UnattendedUpgrades







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Mar 14 at 15:58









                Jeff Schaller

                31.2k846105




                31.2k846105










                answered Mar 14 at 12:43









                Ten-Coin

                2,33972347




                2,33972347






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f430157%2fprevent-apt-from-downloading-behind-my-back%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