Terminal CRTL+ALT+T
sudo apt-cache show nodejs
sudo apt install nodejs
Web
https://nodejs.org/en/
https://nodejs.org/en/download/current/
https://nodejs.org/en/download/packag...
https://nodejs.org/en/download/packag...
https://github.com/nodesource/distrib...
Node.js v16.x:
Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
Terminal
node --version
npm --version
Nvm - Node Version Manager
https://github.com/nvm-sh/nvm
curl o https://raw.githubusercontent.com/nvm... | bash
source ~/.bashrc
nvm list-remote
nvm install v12.17.0
nvm list
node --version
nvm use system