automatic updating of software ?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
wpshooter
Level 6
Level 6
Posts: 1455
Joined: Sun May 22, 2011 8:06 am

automatic updating of software ?

Post by wpshooter »

Is there a place in Linux Mint to set the timing of how often prompt for installation of available updates is displayed ?

I have just been manually updating each day but I can't seem to find parameter for setting a timed prompt for applying updates, am I missing it ?

Thanks.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Mint 21.3 Mate.

SERVICE > competition
User avatar
xenopeek
Level 25
Level 25
Posts: 29597
Joined: Wed Jul 06, 2011 3:58 am

Re: automatic updating of software ?

Post by xenopeek »

You can do that with unattended-upgrades. But no, of itself Linux Mint does not have support for unattended upgrades, and the default implementation on Linux Mint, and our recommendation, is for you to review available upgrades in the Update Manager before installing them. If you want upgrades to be available less often, you can in the Edit > Preferences menu configure how often Update Manager checks (default is every 15 minutes).

Update Manager also has a set of rules to determine the level of an upgrade (see Edit > Preferences for details on the levels), with by default only level 1, 2 and 3 being offered for installation by the Update Manager. This reduces the risk for new users of becoming stuck with an unbootable system, from applying upgrades that might introduce new problems with their hardware (like kernel and xorg driver upgrades). Using unattended-upgrades is not configurable to the same level of detail, and hence you should probably not use it if you are not comfortable with the terminal and with rolling back package upgrades manually.

Anyway, here is one example of installing and using unattended-upgrades: http://community.linuxmint.com/tutorial/view/1217
Image
User avatar
raymerjacque
Level 4
Level 4
Posts: 222
Joined: Fri Jul 06, 2012 8:22 am
Location: Port Elizabeth, South Africa

Re: automatic updating of software ?

Post by raymerjacque »

Make sure to backup your "filesystem/var/cache/apt" folder regularly, all your updates get stored there. on new installation it will save you alot of time since its the OS updates and driver files as well.
eanfrid

Re: automatic updating of software ?

Post by eanfrid »

I would not recommend to blindly and automatically apply updates either. Some updates may change the behaviour of installed programs and so may be unwanted without any previous review of what would happen. In order to safely update, you should rather be more cautious and think about installing "apt-listchanges" (and "apt-listbugs" on LMDE) which will inform you before doing anything that might deeply modify (at least) your config files.
mint123

Re: automatic updating of software ?

Post by mint123 »

xenopeek wrote:Anyway, here is one example of installing and using unattended-upgrades: http://community.linuxmint.com/tutorial/view/1217
Thanks for posting that. I was looking for a way in Mint to automatically install security updates only.
Locked

Return to “Beginner Questions”