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?

How old can references or sources in a thesis be?

What exactly is the parasitic white layer that forms after iron parts are treated with ammonia?

Banach space and Hilbert space topology

A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?

Copenhagen passport control - US citizen

TGV timetables / schedules?

Copycat chess is back

What defenses are there against being summoned by the Gate spell?

How to report a triplet of septets in NMR tabulation?

Infinite past with a beginning?

Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).

What are these boxed doors outside store fronts in New York?

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

Why are 150k or 200k jobs considered good when there are 300k+ births a month?

What is the logic behind how bash tests for true/false?

Why is this code 6.5x slower with optimizations enabled?

Why don't electromagnetic waves interact with each other?

A Journey Through Space and Time

What would happen to a modern skyscraper if it rains micro blackholes?

Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)

I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine

declaring a variable twice in IIFE

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

Prevent a directory in /tmp from being deleted



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









      Stephen Kitt

      180k25409487




      180k25409487






      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 5 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
            5 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
            5 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
            4 hours ago







          • 1





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

            – Stephen Kitt
            4 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
            3 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
            5 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
            5 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
            4 hours ago







          • 1





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

            – Stephen Kitt
            4 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
            3 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
            5 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
            5 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
            4 hours ago







          • 1





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

            – Stephen Kitt
            4 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
            3 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 4 hours ago

























          answered 5 hours ago









          Stephen KittStephen Kitt

          180k25409487




          180k25409487












          • 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
            5 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
            5 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
            4 hours ago







          • 1





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

            – Stephen Kitt
            4 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
            3 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
            5 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
            5 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
            4 hours ago







          • 1





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

            – Stephen Kitt
            4 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
            3 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
          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
          5 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
          5 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
          5 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
          4 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
          4 hours ago





          1




          1





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

          – Stephen Kitt
          4 hours ago





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

          – Stephen Kitt
          4 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
          3 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
          3 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

          Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

          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

          How to solve knockout JS error in Magento 2 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?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2