Posts

Showing posts from March, 2021

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.