11-04-2019, 01:42 AM
(11-03-2019, 01:58 PM)Der Geist der Maschine Wrote: That icon is mostly updating the kernel, uboot and device tree. You should update the actual Debian system from time to time via
# apt-get update && apt-get dist-upgrade
I would recomend:
# apt update && apt upgrade
instead. It's slightly shorter and nicer for interactive use. Besides, 'apt upgrade' should be sufficient for the same release.
'apt full-upgrade' or 'apt-get dist-upgrade' are only needed when upgrading to the next release or if you are running Debian's testing or unstable versions.
You might also want to run 'apt autoremove' (or 'apt --purge autoremove' if you understand the difference between 'remove' and 'purge') when suggested by apt.