11-01-2016, 02:59 AM
Hi Jerry,
Most of all congrats and many THANKS to you and the whole team for another release, the hard work & dedication!
For someone running/installing updates from the CLI, does this mean it would be advisable to use in the future
Thanks
Most of all congrats and many THANKS to you and the whole team for another release, the hard work & dedication!
(10-31-2016, 11:00 AM)Jerry link Wrote: Kernel & Install Updates - With Security at the forefront of most peoples minds these days, we in the linux world should be just as vigilant. Linux Lite will now automatically download and install the latest Ubuntu kernel via Install Updates. In order for this to work, we've changed the code in Install Updates from upgrade to dist-upgrade. I've been running dist-upgrade for a number of weeks now and although in the past I've recommended against it, our OS is now to a state where there should be no adverse affects. Just remember, over time kernels will build up in your system, run the Kernel Removal tool in Lite Tweaks to clean out your system periodically.
For someone running/installing updates from the CLI, does this mean it would be advisable to use in the future
Code:
sudo apt update && sudo apt dist-upgrade
Thanks