How to update state-of-the-art?

Begonnen von mylo, 2016/11/29, 11:49:10

Vorheriges Thema - Nächstes Thema

mylo

Hi all,

I am trying to find out, whether for system upgrade the manual is still valid/a good recommendation

https://manual.siduction.org/sys-admin-apt says:
# Aus der KDE-Desktopumgebung abmelden # In den Textmodus gehen mit Ctrl+Alt+F1 # Einloggen als root init 3 apt-get update apt-get dist-upgrade apt-get clean init 5 && exit

or a sometimes upshowing version, some experts use here:
apt update && apt full-upgrade -d

Is there a change in doing this? Is there a recommendation, or can it be done as used before?

devil

You have to decide if you want to dist-upgrade in the graphical level or not. It is still recommended to do it outside. full-upgrade is equivalent to dist-upgrade.