
If it's not relevant to you to not use LTS versions, you can change the Prompt to normal in /etc/update-manager/release-upgrades file and rerun the previous command. Set Prompt=normal in /etc/update-manager/release-upgrades. To upgrade to the latest non-LTS development release There is no development version of an LTS available. If you are using an LTS version (recommended) and found that there is no new LTS version available it will show this message Checking for a new Ubuntu release It’s essential to install this update manager core package this will trick the system into thinking there is a new LTS available and allow you to do an in-place upgrade. Install the update-manger-core package:.Run commands to update and upgrade packages:.Upgrading Ubuntu 18.04 to 20.04įor me it was necessary to remove the snapd package, because ubuntu was not allowing me to upgrade to 20.04 LTS version sudo apt purge snapd If there is a problem in the process, you can restore your WSL using the command mkdir C:\WSL and wsl -import Ubuntu-18.04 C:\WSL C:\wsl-backup\ubuntu-18.04.tar to recover.


Node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node) $ curl -sL -o /tmp/nodesource14_setup.sh ( fail) script from source code of nodejs, only node is updated, npm is not. ( fail) apt-get, the version is very old $ sudo apt-get install nodejs I tried three ways to install node and npm in my pc: You can install node v17.x by nvm(nodejs version manager).
