diff --git a/service-catalog/dev-desktops/how-to-update-system.md b/service-catalog/dev-desktops/how-to-update-system.md index 77ba520..833356b 100644 --- a/service-catalog/dev-desktops/how-to-update-system.md +++ b/service-catalog/dev-desktops/how-to-update-system.md @@ -29,3 +29,13 @@ are no longer needed: ```shell sudo apt autoremove ``` + +## Update Ubuntu + +To update the Ubuntu version: + +1. Update the packages as described above. +2. Run `sudo do-release-upgrade` to upgrade to the next LTS version. +3. The system should reboot automatically after the upgrade. +4. Run `sudo apt --fix-broken install` to fix any broken packages. +5. Apply the Ansible playbook again to ensure it still works