0

My goal is to give a laptop (with Debian) to a person who will only use it to browse the web. And who will not open the terminal to type sudo apt update...etc.

I started looking and was told that gnome-software update does the job.

enter image description here

But then here is my question: how is the reboot done ? I imagine it is often necessary.

Is the need to reboot explicitly signaled to the user?

    1 Answer 1

    1

    You should be able to just edit

    /etc/apt/apt.conf.d/50unattended-upgrades 

    Uncomment

    //Unattended-Upgrade::Automatic-Reboot "false"; 

    and replace false with true.

    Potentially also setting a convenient time Unattended-Upgrade::Automatic-Reboot-Time "02:00"; or if users are logged in Unattended-Upgrade::Automatic-Reboot-WithUsers "true";

    3
    • I don't have this 50unattended-upgrades file in /etc/apt/apt/conf.d./CommentedJan 9 at 4:55
    • 1
      Then you don't have the unattended-upgrades package installed - install it first. I think it might come as default on new installations, but maybe your installation is upgraded from a previous release, or had a custom package selection at installation time?
      – telcoM
      CommentedJan 9 at 5:19
    • @telcoM This is a new installationCommentedJan 9 at 12:37

    You must log in to answer this question.

    Start asking to get answers

    Find the answer to your question by asking.

    Ask question

    Explore related questions

    See similar questions with these tags.