How to Update Node.js to the latest version on Ubuntu

Step – 1:

1st of all you need to download the latest version of Nodejs from the official Nodejs website

Step – 2:

Go to the correct path using command line or GUI.
Using Command line

cd Downloads/node-v17.0.1-linux-x64.tar.x…


This content originally appeared on DEV Community and was authored by Md. Maruf Sarker

Nodejs Official Website

Step - 1:

1st of all you need to download the latest version of Nodejs from the official Nodejs website

Step - 2:

Go to the correct path using command line or GUI.
Using Command line

cd Downloads/node-v17.0.1-linux-x64.tar.xz/
tar -xf node-v17.0.1-linux-x64.tar.xz

Check Current Node version

node --version
v14.17.0

To upgrade

sudo n latest

Check Updated Node version

node --version
v17.0.1

Nodejs version Updated

If you are using graphical interface then go to the destination path. Click right button and select extract here. Open the bin folder.
Directories and files
right click and select open in terminal
To upgrade

sudo n latest

Check Updated Node version

node --version
v17.0.1

Nodejs version Updated
Thanks, if you like this article useful then smash the like button. Share it with your friends. Stay Tuned.

If you want to learn more about Linux Command Line then you watch my Playlist


This content originally appeared on DEV Community and was authored by Md. Maruf Sarker


Print Share Comment Cite Upload Translate Updates
APA

Md. Maruf Sarker | Sciencx (2021-11-07T14:51:14+00:00) How to Update Node.js to the latest version on Ubuntu. Retrieved from https://www.scien.cx/2021/11/07/how-to-update-node-js-to-the-latest-version-on-ubuntu/

MLA
" » How to Update Node.js to the latest version on Ubuntu." Md. Maruf Sarker | Sciencx - Sunday November 7, 2021, https://www.scien.cx/2021/11/07/how-to-update-node-js-to-the-latest-version-on-ubuntu/
HARVARD
Md. Maruf Sarker | Sciencx Sunday November 7, 2021 » How to Update Node.js to the latest version on Ubuntu., viewed ,<https://www.scien.cx/2021/11/07/how-to-update-node-js-to-the-latest-version-on-ubuntu/>
VANCOUVER
Md. Maruf Sarker | Sciencx - » How to Update Node.js to the latest version on Ubuntu. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/11/07/how-to-update-node-js-to-the-latest-version-on-ubuntu/
CHICAGO
" » How to Update Node.js to the latest version on Ubuntu." Md. Maruf Sarker | Sciencx - Accessed . https://www.scien.cx/2021/11/07/how-to-update-node-js-to-the-latest-version-on-ubuntu/
IEEE
" » How to Update Node.js to the latest version on Ubuntu." Md. Maruf Sarker | Sciencx [Online]. Available: https://www.scien.cx/2021/11/07/how-to-update-node-js-to-the-latest-version-on-ubuntu/. [Accessed: ]
rf:citation
» How to Update Node.js to the latest version on Ubuntu | Md. Maruf Sarker | Sciencx | https://www.scien.cx/2021/11/07/how-to-update-node-js-to-the-latest-version-on-ubuntu/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.