Updating Qubes - Change sources in package repos in imported templates"

Merge branch 'pr-1345'
This commit is contained in:
unman 2024-04-22 16:12:18 +00:00
commit ccb1087425
No known key found for this signature in database
GPG Key ID: BB52274595B71262
1 changed files with 15 additions and 6 deletions

View File

@ -22,14 +22,23 @@ data.
If you would prefer to perform a clean installation rather than upgrading If you would prefer to perform a clean installation rather than upgrading
in-place: in-place:
1. Create a 1. (optional) Run the updater to ensure all of your templates are in their latest version.
[backup](/doc/how-to-back-up-restore-and-migrate/#creating-a-backup) of your 2. Install the `qubes-dist-upgrade` tool. This is the inplace upgrade tool, which is not what we're doing. However it will be needed in order to prepare the templates for the 4.2 version. You install it with the following command in the dom0 terminal:
sudo qubes-dom0-update -y qubes-dist-upgrade
3. Change your templates to use the 4.2 repositories instead of the 4.1 ones. You do this with the following command in the dom0 terminal:
qubes-dist-upgrade --template-standalone-upgrade
**Note**: This step is critical to ensure the templates will receive updates once Qubes 4.1 reaches end-of-life (EOL) and was missing in previous clean installation instructions.
4. Create a [backup](/doc/how-to-back-up-restore-and-migrate/#creating-a-backup) of your
current installation. current installation.
2. [Download](/downloads/) the latest 4.2 release. 5. [Download](/downloads/) the latest 4.2 release.
3. Follow the [installation guide](/doc/installation-guide/) to install Qubes 6. Follow the [installation guide](/doc/installation-guide/) to install Qubes
4.2. 4.2.
4. [Restore from your 7. [Restore from your backup](/doc/how-to-back-up-restore-and-migrate/#restoring-from-a-backup) on
backup](/doc/how-to-back-up-restore-and-migrate/#restoring-from-a-backup) on
your new 4.2 installation. your new 4.2 installation.
## In-place upgrade ## In-place upgrade