Continuing the discussion from Understanding "Qubes Updater":
You should always update via the update manager for security reasons, apparently.
Continuing the discussion from Understanding "Qubes Updater":
You should always update via the update manager for security reasons, apparently.
Yes and no, see How to update:
As a temporary mitigation until #6585 is fixed, the following update sequence is recommended (see PR #79 for explanation and discussion):
- Update dom0 with Salt.
- Update dom0 by direct command.
- Update templates and standalones with Salt.
- Update templates and standalones by direct commands.
Example using only the command line (all commands with
sudo
or as root):
- In dom0:
qubesctl --show-output state.sls update.qubes-dom0
- In dom0:
qubes-dom0-update --clean -y
- In dom0:
qubesctl --show-output --skip-dom0 --templates state.sls update.qubes-vm
- In dom0:
qubesctl --show-output --skip-dom0 --standalones state.sls update.qubes-vm
- In every Fedora template and standalone:
dnf -y --refresh upgrade
- In every Debian template and standalone:
apt-get clean && apt-get -y update && apt-get -y dist-upgrade && apt-get clean
Wow! This should be pinned on all front pages…