Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] How to update state-of-the-art?  (Read 1610 times)

mylo

  • Guest
[EN] How to update state-of-the-art?
« on: 2016/11/29, 11:49:10 »
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:
Code: [Select]
# 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:
Code: [Select]
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?

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.842
Re: How to update state-of-the-art?
« Reply #1 on: 2016/11/29, 12:26:11 »
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.