2024-09-30, 10:55 PM
(This post was last modified: 2024-09-30, 10:55 PM by TheDreadPirate.)
dist-upgrade does not upgrade the whole OS. From the link I provided.
Ubuntu Servers
1. Install ubuntu-release-upgrader-core if it is not already installed:
2. Make sure the Prompt line in /etc/update-manager/release-upgrades is set to 'normal' if you want non-LTS upgrades, or set to 'lts' if you only want LTS upgrades.
3. Launch the upgrade tool:
4. If you want to upgrade early, before upgrades are officially supported, you can pass the -d option when running do-release-upgrade. Do this at your own risk. It is advised to check the release notes for Ubuntu 24.04 LTS before doing so.
5. Follow the on-screen instructions.
Ubuntu Servers
1. Install ubuntu-release-upgrader-core if it is not already installed:
Code:
sudo apt-get install ubuntu-release-upgrader-core
2. Make sure the Prompt line in /etc/update-manager/release-upgrades is set to 'normal' if you want non-LTS upgrades, or set to 'lts' if you only want LTS upgrades.
3. Launch the upgrade tool:
Code:
do-release-upgrade
4. If you want to upgrade early, before upgrades are officially supported, you can pass the -d option when running do-release-upgrade. Do this at your own risk. It is advised to check the release notes for Ubuntu 24.04 LTS before doing so.
5. Follow the on-screen instructions.