Using the nearest Ubuntu Servers
  • lxlelxle
    PMPosts: 2,656
    This site gives some good examples of how it can be done through the terminal. Although it most cases it's probably not needed and or you won't notice much difference in 'speed' of downloads..

    https://linuxconfig.org/how-to-select-the-fastest-apt-mirror-on-ubuntu-linux

    The tool usually used in Ubuntu to do this through a gui is not included in LXLE as it requires the update notification daemon running in the background at all times which sucks up a ridiculous amount of memory for such a mundane task.

    Which is why I came up with a relatively unique way to notify the user with update notifications. LXLE is setup to automatically install security updates by default. To do that it occasionaly queries the repositories for updates to see if there are any security updates to apply, any thing else that is found is not updated but on start up of LXLE that list is queried and if any other updates are available it tells the user they are available. All this is done without any need for memory to be constantly wasted on something running in the background full time. :) Pretty slick huh... lol
  • Rhino_CrackerRhino_Cracker
    PMPosts: 30
    It should be done that way in every OS. ^^

    Did you know that the only way to stop Win10 from updating without permission seems to be to not give it enough hard disk space for the mig updates? In that way it loops downloading the update and deleting it again, which results in 200 or even 20 MB of free disk space on drive C: ...
    I'm messing around with that for some time now...
    Testing LXLE 18.04.3 (64-Bit) on DELL-XPS-M1530
    "Needless to say, LXLE is a speedy, low resource using beast of an OS."
    Thanked by 2lxle Klemperer
  • Please, make the option to disable automatic updates at all. I do not use them. I always use sudo apt-get update && sudo apt-get dist-upgrade for updating all my computers.