Upgrading Ubuntu on WSL

I was looking for a way to install Ubuntu 20.10 over my 20.04 WSL Windows 10 installation.
Simply instruct the system to upgrade!

sudo sed --in-place 's/Prompt=lts/Prompt=normal/' /etc/update-manager/release-upgrades

sudo do-release-upgrade

This will update, install missing packages and remove obsolete ones.

Comments

Popular posts from this blog

Enabling SNMP on an ASUS RT-N66U

Making Microsoft Dataverse OData queries using Postman

Debugging multiple PHP projects with VS Code and Laragon