Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

How to install latest version of nodejs in Ubuntu or Linux

Steps:
1. Login to Ubuntu or Linux machine using ssh client like putty
2. Run command: sudo -s
3. Run command: sudo apt-get install curl
4. Run command: curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
5. Run command: sudo apt-get install -y nodejs

6. Install latest version of node js using command: sudo apt-get install -y nodejs

4. Verify the installation by using command: node -v