Apt install automatically says “Yes” when trying to install packages

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








up vote
3
down vote

favorite












today I ran:



sudo apt install unrar 


and everything was going normal but somehow it skipped the Yes/No stage. Is this normal behaviour after some updates?



The following NEW packages will be installed:
unrar
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 129 kB of archives.
After this operation, 322 kB of additional disk space will be used.
Get:1 http://cz.archive.ubuntu.com/ubuntu artful/multiverse amd64 unrar amd64 1:5.5.8-1 [129 kB]


As you can see there is no Y/N line in there.










share|improve this question

























    up vote
    3
    down vote

    favorite












    today I ran:



    sudo apt install unrar 


    and everything was going normal but somehow it skipped the Yes/No stage. Is this normal behaviour after some updates?



    The following NEW packages will be installed:
    unrar
    0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
    Need to get 129 kB of archives.
    After this operation, 322 kB of additional disk space will be used.
    Get:1 http://cz.archive.ubuntu.com/ubuntu artful/multiverse amd64 unrar amd64 1:5.5.8-1 [129 kB]


    As you can see there is no Y/N line in there.










    share|improve this question























      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      today I ran:



      sudo apt install unrar 


      and everything was going normal but somehow it skipped the Yes/No stage. Is this normal behaviour after some updates?



      The following NEW packages will be installed:
      unrar
      0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
      Need to get 129 kB of archives.
      After this operation, 322 kB of additional disk space will be used.
      Get:1 http://cz.archive.ubuntu.com/ubuntu artful/multiverse amd64 unrar amd64 1:5.5.8-1 [129 kB]


      As you can see there is no Y/N line in there.










      share|improve this question













      today I ran:



      sudo apt install unrar 


      and everything was going normal but somehow it skipped the Yes/No stage. Is this normal behaviour after some updates?



      The following NEW packages will be installed:
      unrar
      0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
      Need to get 129 kB of archives.
      After this operation, 322 kB of additional disk space will be used.
      Get:1 http://cz.archive.ubuntu.com/ubuntu artful/multiverse amd64 unrar amd64 1:5.5.8-1 [129 kB]


      As you can see there is no Y/N line in there.







      apt 17.10






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 28 at 18:15









      KronwarsCZ

      183




      183




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          7
          down vote



          accepted










          That's normal. You requested installation of a particular package, and no additional packages were needed as dependencies. APT assumed that you really did want to install the package you asked for, and didn't bother to ask you if you were really sure.



          If there were additional packages, you would be prompted to confirm that you were OK with installing them, since you hadn't requested them directly.






          share|improve this answer




















          • Thank you! I didn't know that
            – KronwarsCZ
            Mar 28 at 18:57










          • You're welcome @KronwarsCZ it took me a while to figure it out!
            – Zanna
            Mar 29 at 6:01










          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%2f1020054%2fapt-install-automatically-says-yes-when-trying-to-install-packages%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
          7
          down vote



          accepted










          That's normal. You requested installation of a particular package, and no additional packages were needed as dependencies. APT assumed that you really did want to install the package you asked for, and didn't bother to ask you if you were really sure.



          If there were additional packages, you would be prompted to confirm that you were OK with installing them, since you hadn't requested them directly.






          share|improve this answer




















          • Thank you! I didn't know that
            – KronwarsCZ
            Mar 28 at 18:57










          • You're welcome @KronwarsCZ it took me a while to figure it out!
            – Zanna
            Mar 29 at 6:01














          up vote
          7
          down vote



          accepted










          That's normal. You requested installation of a particular package, and no additional packages were needed as dependencies. APT assumed that you really did want to install the package you asked for, and didn't bother to ask you if you were really sure.



          If there were additional packages, you would be prompted to confirm that you were OK with installing them, since you hadn't requested them directly.






          share|improve this answer




















          • Thank you! I didn't know that
            – KronwarsCZ
            Mar 28 at 18:57










          • You're welcome @KronwarsCZ it took me a while to figure it out!
            – Zanna
            Mar 29 at 6:01












          up vote
          7
          down vote



          accepted







          up vote
          7
          down vote



          accepted






          That's normal. You requested installation of a particular package, and no additional packages were needed as dependencies. APT assumed that you really did want to install the package you asked for, and didn't bother to ask you if you were really sure.



          If there were additional packages, you would be prompted to confirm that you were OK with installing them, since you hadn't requested them directly.






          share|improve this answer












          That's normal. You requested installation of a particular package, and no additional packages were needed as dependencies. APT assumed that you really did want to install the package you asked for, and didn't bother to ask you if you were really sure.



          If there were additional packages, you would be prompted to confirm that you were OK with installing them, since you hadn't requested them directly.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 28 at 18:18









          Zanna

          48k13119228




          48k13119228











          • Thank you! I didn't know that
            – KronwarsCZ
            Mar 28 at 18:57










          • You're welcome @KronwarsCZ it took me a while to figure it out!
            – Zanna
            Mar 29 at 6:01
















          • Thank you! I didn't know that
            – KronwarsCZ
            Mar 28 at 18:57










          • You're welcome @KronwarsCZ it took me a while to figure it out!
            – Zanna
            Mar 29 at 6:01















          Thank you! I didn't know that
          – KronwarsCZ
          Mar 28 at 18:57




          Thank you! I didn't know that
          – KronwarsCZ
          Mar 28 at 18:57












          You're welcome @KronwarsCZ it took me a while to figure it out!
          – Zanna
          Mar 29 at 6:01




          You're welcome @KronwarsCZ it took me a while to figure it out!
          – Zanna
          Mar 29 at 6:01

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020054%2fapt-install-automatically-says-yes-when-trying-to-install-packages%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491