Download, install and reboot computer at night if neededHow to figure out what is performing scheduled server reboots?How to continue a script after it reboots the machine?How can I automatically silence my computer at night?Download updates from peer computer over LANhow to interrupt system reboot?New Ubuntu install, now reboot startup screen shows ethernet controller for 1 minuteIs /var/run/reboot-required a reliable indicator of a needed reboot?Shutting down computer for night?Can I save the working status of Ubuntu before reboot, and recover it after reboot?Can I reboot Ubuntu automatically if everything important is saved?

Can I make popcorn with any corn?

Are tax years 2016 & 2017 back taxes deductible for tax year 2018?

The magic money tree problem

Can I interfere when another PC is about to be attacked?

Are there any consumables that function as addictive (psychedelic) drugs?

How do I create uniquely male characters?

Why CLRS example on residual networks does not follows its formula?

I probably found a bug with the sudo apt install function

Is it possible to make sharp wind that can cut stuff from afar?

A Journey Through Space and Time

Motorized valve interfering with button?

What typically incentivizes a professor to change jobs to a lower ranking university?

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

Copycat chess is back

Concept of linear mappings are confusing me

When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?

Schwarzchild Radius of the Universe

DOS, create pipe for stdin/stdout of command.com(or 4dos.com) in C or Batch?

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

Can Medicine checks be used, with decent rolls, to completely mitigate the risk of death from ongoing damage?

What do you call a Matrix-like slowdown and camera movement effect?

Why is "Reports" in sentence down without "The"

Infinite past with a beginning?

If Manufacturer spice model and Datasheet give different values which should I use?



Download, install and reboot computer at night if needed


How to figure out what is performing scheduled server reboots?How to continue a script after it reboots the machine?How can I automatically silence my computer at night?Download updates from peer computer over LANhow to interrupt system reboot?New Ubuntu install, now reboot startup screen shows ethernet controller for 1 minuteIs /var/run/reboot-required a reliable indicator of a needed reboot?Shutting down computer for night?Can I save the working status of Ubuntu before reboot, and recover it after reboot?Can I reboot Ubuntu automatically if everything important is saved?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















How can I write a script in Ubuntu such that it download updates at night when I sleep and reboots the computer if it needs a reboot?










share|improve this question









New contributor




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


























    3















    How can I write a script in Ubuntu such that it download updates at night when I sleep and reboots the computer if it needs a reboot?










    share|improve this question









    New contributor




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






















      3












      3








      3








      How can I write a script in Ubuntu such that it download updates at night when I sleep and reboots the computer if it needs a reboot?










      share|improve this question









      New contributor




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












      How can I write a script in Ubuntu such that it download updates at night when I sleep and reboots the computer if it needs a reboot?







      ubuntu scripting upgrade reboot






      share|improve this question









      New contributor




      ubuntunovice 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




      ubuntunovice 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 7 hours ago









      Stephen Kitt

      180k25409488




      180k25409488






      New contributor




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









      asked 8 hours ago









      ubuntunoviceubuntunovice

      182




      182




      New contributor




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





      New contributor





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






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




















          1 Answer
          1






          active

          oldest

          votes


















          6














          You can do this by installing the unattended-upgrades package; see its documentation for details of its configuration.



          sudo apt install unattended-upgrades


          will install it for you.



          Installing it should be sufficient to enable it. To allow it to reboot when necessary, you’ll have to add a configuration file, e.g. /etc/apt/apt.conf.d/52unattended-upgrades-local, containing



          Unattended-Upgrade::Automatic-Reboot "yes";


          By default, on Ubuntu, it will install any upgrade from the main repositories, whether it’s security-related or not. You can configure more repositories if necessary by overriding the Unattended-Upgrade::Allowed-Origins configuration key.






          share|improve this answer

























          • How official is this software source? I would not recommend to any user to install something from another source than their OS's software repository. Perhaps Ubuntu has something built-in (like CentOS's yum-cron)?

            – Ned64
            8 hours ago







          • 2





            @Ned64 it’s available as a package in Debian and Ubuntu, and is written by a Ubuntu developer. It piggy-backs off hooks in apt itself.

            – Stephen Kitt
            7 hours ago












          • What do you suppose this package does if the file /var/run/reboot-required is never generated by the system? That is to say, some systems generate this file, others do not.

            – Seamus
            6 hours ago







          • 1





            @Seamus are there Debian or Ubuntu derivatives where reboot-required isn’t generated?

            – Stephen Kitt
            6 hours ago











          • The only one I'm certain of is Raspbian (Raspberry Pi's default OS). Just out of curiosity - Isn't Ubuntu an "offspring" of Debian?

            – Seamus
            5 hours ago












          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',
          autoActivateHeartbeat: false,
          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
          );



          );






          ubuntunovice 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%2f511094%2fdownload-install-and-reboot-computer-at-night-if-needed%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          6














          You can do this by installing the unattended-upgrades package; see its documentation for details of its configuration.



          sudo apt install unattended-upgrades


          will install it for you.



          Installing it should be sufficient to enable it. To allow it to reboot when necessary, you’ll have to add a configuration file, e.g. /etc/apt/apt.conf.d/52unattended-upgrades-local, containing



          Unattended-Upgrade::Automatic-Reboot "yes";


          By default, on Ubuntu, it will install any upgrade from the main repositories, whether it’s security-related or not. You can configure more repositories if necessary by overriding the Unattended-Upgrade::Allowed-Origins configuration key.






          share|improve this answer

























          • How official is this software source? I would not recommend to any user to install something from another source than their OS's software repository. Perhaps Ubuntu has something built-in (like CentOS's yum-cron)?

            – Ned64
            8 hours ago







          • 2





            @Ned64 it’s available as a package in Debian and Ubuntu, and is written by a Ubuntu developer. It piggy-backs off hooks in apt itself.

            – Stephen Kitt
            7 hours ago












          • What do you suppose this package does if the file /var/run/reboot-required is never generated by the system? That is to say, some systems generate this file, others do not.

            – Seamus
            6 hours ago







          • 1





            @Seamus are there Debian or Ubuntu derivatives where reboot-required isn’t generated?

            – Stephen Kitt
            6 hours ago











          • The only one I'm certain of is Raspbian (Raspberry Pi's default OS). Just out of curiosity - Isn't Ubuntu an "offspring" of Debian?

            – Seamus
            5 hours ago
















          6














          You can do this by installing the unattended-upgrades package; see its documentation for details of its configuration.



          sudo apt install unattended-upgrades


          will install it for you.



          Installing it should be sufficient to enable it. To allow it to reboot when necessary, you’ll have to add a configuration file, e.g. /etc/apt/apt.conf.d/52unattended-upgrades-local, containing



          Unattended-Upgrade::Automatic-Reboot "yes";


          By default, on Ubuntu, it will install any upgrade from the main repositories, whether it’s security-related or not. You can configure more repositories if necessary by overriding the Unattended-Upgrade::Allowed-Origins configuration key.






          share|improve this answer

























          • How official is this software source? I would not recommend to any user to install something from another source than their OS's software repository. Perhaps Ubuntu has something built-in (like CentOS's yum-cron)?

            – Ned64
            8 hours ago







          • 2





            @Ned64 it’s available as a package in Debian and Ubuntu, and is written by a Ubuntu developer. It piggy-backs off hooks in apt itself.

            – Stephen Kitt
            7 hours ago












          • What do you suppose this package does if the file /var/run/reboot-required is never generated by the system? That is to say, some systems generate this file, others do not.

            – Seamus
            6 hours ago







          • 1





            @Seamus are there Debian or Ubuntu derivatives where reboot-required isn’t generated?

            – Stephen Kitt
            6 hours ago











          • The only one I'm certain of is Raspbian (Raspberry Pi's default OS). Just out of curiosity - Isn't Ubuntu an "offspring" of Debian?

            – Seamus
            5 hours ago














          6












          6








          6







          You can do this by installing the unattended-upgrades package; see its documentation for details of its configuration.



          sudo apt install unattended-upgrades


          will install it for you.



          Installing it should be sufficient to enable it. To allow it to reboot when necessary, you’ll have to add a configuration file, e.g. /etc/apt/apt.conf.d/52unattended-upgrades-local, containing



          Unattended-Upgrade::Automatic-Reboot "yes";


          By default, on Ubuntu, it will install any upgrade from the main repositories, whether it’s security-related or not. You can configure more repositories if necessary by overriding the Unattended-Upgrade::Allowed-Origins configuration key.






          share|improve this answer















          You can do this by installing the unattended-upgrades package; see its documentation for details of its configuration.



          sudo apt install unattended-upgrades


          will install it for you.



          Installing it should be sufficient to enable it. To allow it to reboot when necessary, you’ll have to add a configuration file, e.g. /etc/apt/apt.conf.d/52unattended-upgrades-local, containing



          Unattended-Upgrade::Automatic-Reboot "yes";


          By default, on Ubuntu, it will install any upgrade from the main repositories, whether it’s security-related or not. You can configure more repositories if necessary by overriding the Unattended-Upgrade::Allowed-Origins configuration key.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 7 hours ago

























          answered 8 hours ago









          Stephen KittStephen Kitt

          180k25409488




          180k25409488












          • How official is this software source? I would not recommend to any user to install something from another source than their OS's software repository. Perhaps Ubuntu has something built-in (like CentOS's yum-cron)?

            – Ned64
            8 hours ago







          • 2





            @Ned64 it’s available as a package in Debian and Ubuntu, and is written by a Ubuntu developer. It piggy-backs off hooks in apt itself.

            – Stephen Kitt
            7 hours ago












          • What do you suppose this package does if the file /var/run/reboot-required is never generated by the system? That is to say, some systems generate this file, others do not.

            – Seamus
            6 hours ago







          • 1





            @Seamus are there Debian or Ubuntu derivatives where reboot-required isn’t generated?

            – Stephen Kitt
            6 hours ago











          • The only one I'm certain of is Raspbian (Raspberry Pi's default OS). Just out of curiosity - Isn't Ubuntu an "offspring" of Debian?

            – Seamus
            5 hours ago


















          • How official is this software source? I would not recommend to any user to install something from another source than their OS's software repository. Perhaps Ubuntu has something built-in (like CentOS's yum-cron)?

            – Ned64
            8 hours ago







          • 2





            @Ned64 it’s available as a package in Debian and Ubuntu, and is written by a Ubuntu developer. It piggy-backs off hooks in apt itself.

            – Stephen Kitt
            7 hours ago












          • What do you suppose this package does if the file /var/run/reboot-required is never generated by the system? That is to say, some systems generate this file, others do not.

            – Seamus
            6 hours ago







          • 1





            @Seamus are there Debian or Ubuntu derivatives where reboot-required isn’t generated?

            – Stephen Kitt
            6 hours ago











          • The only one I'm certain of is Raspbian (Raspberry Pi's default OS). Just out of curiosity - Isn't Ubuntu an "offspring" of Debian?

            – Seamus
            5 hours ago

















          How official is this software source? I would not recommend to any user to install something from another source than their OS's software repository. Perhaps Ubuntu has something built-in (like CentOS's yum-cron)?

          – Ned64
          8 hours ago






          How official is this software source? I would not recommend to any user to install something from another source than their OS's software repository. Perhaps Ubuntu has something built-in (like CentOS's yum-cron)?

          – Ned64
          8 hours ago





          2




          2





          @Ned64 it’s available as a package in Debian and Ubuntu, and is written by a Ubuntu developer. It piggy-backs off hooks in apt itself.

          – Stephen Kitt
          7 hours ago






          @Ned64 it’s available as a package in Debian and Ubuntu, and is written by a Ubuntu developer. It piggy-backs off hooks in apt itself.

          – Stephen Kitt
          7 hours ago














          What do you suppose this package does if the file /var/run/reboot-required is never generated by the system? That is to say, some systems generate this file, others do not.

          – Seamus
          6 hours ago






          What do you suppose this package does if the file /var/run/reboot-required is never generated by the system? That is to say, some systems generate this file, others do not.

          – Seamus
          6 hours ago





          1




          1





          @Seamus are there Debian or Ubuntu derivatives where reboot-required isn’t generated?

          – Stephen Kitt
          6 hours ago





          @Seamus are there Debian or Ubuntu derivatives where reboot-required isn’t generated?

          – Stephen Kitt
          6 hours ago













          The only one I'm certain of is Raspbian (Raspberry Pi's default OS). Just out of curiosity - Isn't Ubuntu an "offspring" of Debian?

          – Seamus
          5 hours ago






          The only one I'm certain of is Raspbian (Raspberry Pi's default OS). Just out of curiosity - Isn't Ubuntu an "offspring" of Debian?

          – Seamus
          5 hours ago











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









          draft saved

          draft discarded


















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












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











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




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511094%2fdownload-install-and-reboot-computer-at-night-if-needed%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

          Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

          Magento 2 disable Secret Key on URL's from terminal The Next CEO of Stack OverflowMagento 2 Shortcut/GUI tool to perform commandline tasks for windowsIn menu add configuration linkMagento oAuth : Generating access token and access secretMagento 2 security key issue in Third-Party API redirect URIPublic actions in admin controllersHow to Disable Cache in Custom WidgetURL Key not changing in Magento 2Product URL Key gets deleted when importing custom options - Magento 2Problem with reindex terminalMagento 2 - bin/magento Commands not working in Cpanel Terminal

          Aasi (pallopeli) Navigointivalikko