All skills
Skillintermediate
2010 11 19 upgrade ubuntu server 10 04 to 10 10
The following commands can be followed blindly to update an Ubuntu Server install from version 10.04 (Lucid) to version 10.10 (Maverick).
Claude Code Knowledge Pack7/10/2026
Overview
The following commands can be followed blindly to update an Ubuntu Server install from version 10.04 (Lucid) to version 10.10 (Maverick).
```bash
apt-get update
apt-get install update-manager-core
sed -i 's/Prompt=lts/Prompt=normal/' /etc/update-manager/release-upgrades
do-release-upgrade