debian,

Install Node JS on Debian 12

Jul 15, 2023 · 1 min read · Post a comment

Node JS stands as one of the most popular programming languages nowadays. Let’s check how to install Node JS on Debian 12.

Prerequisites

  • Debian 12
  • sudo privileges

Install Node JS on Debian 12

Step 1. Update the packages.

sudo apt update

Step 2. Install Node JS.

sudo apt install nodejs

Step 3. Verify the installation.

node --version

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.