Can't find any nodejs package in Ubuntu 20.04 Manifest here. I'm actually running nodejs on Ubuntu 16.04, and planning to Upgrade to Ubuntu 20. Which version should I upgrade to?
Manifest file contains the pre-installed packages on a fresh installation. For available package, you should search on Ubuntu Packages. If your main concern is NodeJS, you can install latest version even in 16.04 and keep that running for another year.
– KulfyJul 05 '20 at 18:19
Thanks @Kulfy. My concern is not about NodeJS, but while upgrading to Ubuntu I was asked to upgrade to 10.19. I was wondering if that's ok or if I had to choose a newer version.
– ChecheJul 05 '20 at 21:31
There is no straight path from 16.04 to 20.04. So how are you upgrading your system? Did you edit sources.list?
– KulfyJul 09 '20 at 06:37
Yes. Edited sources to go directly to 20.04. Found some issues that were already addressed, but I was able to upgrade most of the packages.
– ChecheJul 09 '20 at 14:31
Editing sources.list is a very bad idea to upgrade Ubuntu. This may leave your system with lots of obsolete packages and in dependency hell and in the worst case, it may break your system horribly. See Is editing sources.list a good idea?.
– KulfyJul 11 '20 at 11:59
sources.list
? – Kulfy Jul 09 '20 at 06:37