Download, install and reboot computer at night if needed The 2019 Stack Overflow Developer Survey Results Are InHow 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?

Inflated grade on resume at previous job, might former employer tell new employer?

What do the Banks children have against barley water?

What spell level should this homebrew After-Image spell be?

What is this 4-propeller plane?

How are circuits which use complex ICs normally simulated?

What does "sndry explns" mean in one of the Hitchhiker's guide books?

How long do I have to send my income tax payment to the IRS?

Limit to 0 ambiguity

Understanding the implication of what "well-defined" means for the operation in quotient group

How to answer pointed "are you quitting" questioning when I don't want them to suspect

Deadlock Graph and Interpretation, solution to avoid

Patience, young "Padovan"

Lethal sonic weapons

How can I fix this gap between bookcases I made?

The difference between dialogue marks

Is flight data recorder erased after every flight?

Manuscript was "unsubmitted" because the manuscript was deposited in Arxiv Preprints

In microwave frequencies, do you use a circulator when you need a (near) perfect diode?

How do you say "canon" as in "official for a story universe"?

Landlord wants to switch my lease to a "Land contract" to "get back at the city"

When to use the root test. Is this not a good situation to use it?

Can the Protection from Evil and Good spell be used on the caster?

Which Sci-Fi work first showed weapon of galactic-scale mass destruction?

How to deal with fear of taking dependencies



Download, install and reboot computer at night if needed



The 2019 Stack Overflow Developer Survey Results Are InHow 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;








9















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.


























    9















    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.






















      9












      9








      9








      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 2 days ago









      Stephen Kitt

      181k25414492




      181k25414492






      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 2 days ago









      ubuntunoviceubuntunovice

      483




      483




      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


















          16














          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
            2 days ago







          • 6





            @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
            2 days 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
            2 days ago







          • 1





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

            – Stephen Kitt
            2 days 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
            2 days 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









          16














          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
            2 days ago







          • 6





            @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
            2 days 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
            2 days ago







          • 1





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

            – Stephen Kitt
            2 days 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
            2 days ago
















          16














          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
            2 days ago







          • 6





            @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
            2 days 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
            2 days ago







          • 1





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

            – Stephen Kitt
            2 days 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
            2 days ago














          16












          16








          16







          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 2 days ago

























          answered 2 days ago









          Stephen KittStephen Kitt

          181k25414492




          181k25414492












          • 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
            2 days ago







          • 6





            @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
            2 days 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
            2 days ago







          • 1





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

            – Stephen Kitt
            2 days 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
            2 days 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
            2 days ago







          • 6





            @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
            2 days 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
            2 days ago







          • 1





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

            – Stephen Kitt
            2 days 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
            2 days 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
          2 days 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
          2 days ago





          6




          6





          @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
          2 days 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
          2 days 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
          2 days 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
          2 days ago





          1




          1





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

          – Stephen Kitt
          2 days ago





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

          – Stephen Kitt
          2 days 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
          2 days 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
          2 days 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







          -reboot, scripting, ubuntu, upgrade

          Popular posts from this blog

          Mobil Contents History Mobil brands Former Mobil brands Lukoil transaction Mobil UK Mobil Australia Mobil New Zealand Mobil Greece Mobil in Japan Mobil in Canada Mobil Egypt See also References External links Navigation menuwww.mobil.com"Mobil Corporation"the original"Our Houston campus""Business & Finance: Socony-Vacuum Corp.""Popular Mechanics""Lubrite Technologies""Exxon Mobil campus 'clearly happening'""Toledo Blade - Google News Archive Search""The Lion and the Moose - How 2 Executives Pulled off the Biggest Merger Ever""ExxonMobil Press Release""Lubricants""Archived copy"the original"Mobil 1™ and Mobil Super™ motor oil and synthetic motor oil - Mobil™ Motor Oils""Mobil Delvac""Mobil Industrial website""The State of Competition in Gasoline Marketing: The Effects of Refiner Operations at Retail""Mobil Travel Guide to become Forbes Travel Guide""Hotel Rankings: Forbes Merges with Mobil"the original"Jamieson oil industry history""Mobil news""Caltex pumps for control""Watchdog blocks Caltex bid""Exxon Mobil sells service station network""Mobil Oil New Zealand Limited is New Zealand's oldest oil company, with predecessor companies having first established a presence in the country in 1896""ExxonMobil subsidiaries have a business history in New Zealand stretching back more than 120 years. We are involved in petroleum refining and distribution and the marketing of fuels, lubricants and chemical products""Archived copy"the original"Exxon Mobil to Sell Its Japanese Arm for $3.9 Billion""Gas station merger will end Esso and Mobil's long run in Japan""Esso moves to affiliate itself with PC Optimum, no longer Aeroplan, in loyalty point switch""Mobil brand of gas stations to launch in Canada after deal for 213 Loblaws-owned locations""Mobil Nears Completion of Rebranding 200 Loblaw Gas Stations""Learn about ExxonMobil's operations in Egypt""Petrol and Diesel Service Stations in Egypt - Mobil"Official websiteExxon Mobil corporate websiteMobil Industrial official websiteeeeeeeeDA04275022275790-40000 0001 0860 5061n82045453134887257134887257

          Frič See also Navigation menuinternal link

          Identify plant with long narrow paired leaves and reddish stems Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?What is this plant with long sharp leaves? Is it a weed?What is this 3ft high, stalky plant, with mid sized narrow leaves?What is this young shrub with opposite ovate, crenate leaves and reddish stems?What is this plant with large broad serrated leaves?Identify this upright branching weed with long leaves and reddish stemsPlease help me identify this bulbous plant with long, broad leaves and white flowersWhat is this small annual with narrow gray/green leaves and rust colored daisy-type flowers?What is this chilli plant?Does anyone know what type of chilli plant this is?Help identify this plant