How to Install Node JS on Debian Easy Guide

August 6, 2013 | By Duchateaux.

Install Node JS on Debian Linux

Hi! The Tutorial shows you Step-by-Step How to Install Node.js on Debian Linux.

And to Get Freshly Installed the Latest Node Debian Release we provide to Download the Linux Binaries.

Moreover, Node.js for Debian is an Amazing New High Performance Javascript Environment that is at the Same Time either a Web Server and a Web Development Framework.

Finally, to the Article’s Bottom you Find Link to Node.js Quick Start Guide.

How to Install Node Js on Debian Bookworm – Step-by-step
  1. Download Latest Node.js Binaries for Linux

    node.js Linux tar.gz x86/x64
  2. Double-Click on node.js Archive and Extract into /tmp
    Or From Command Line:

    tar xvfz ~/Downloads/node*tar.gz -C /tmp/

    Install Node.js on Debian Linux - Extracting Node.js

  3. Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

    GNOME3 Open Terminal
  4. Then Relocate Node.js
    First, Set the SuperUser as owner:

    sudo chown -R root:root /tmp/node*

    And Switch contents:

    sudo mv /tmp/node* /usr/local/node

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  5. Next make the User’s PATH Setup
    Editing the Bash configuration file:

    sudo nano /etc/bash.bashrc

    And Append:

    PATH="$PATH:/usr/local/node/bin"

    Ctrl+x to Save & Exit from nano Editor :)
    ReLoad the Path simply with:

    bash
  6. Finally, to Test Node Js Installation.

    which node
  7. Node.js Quick Start Guide

    Node.js Jump-Start
  8. Now you are able to Getting-Started with the Node.js Development, to Look for Further Docs and Resource meet the Online Node.js Developers Community.


QuickChic Theme • Powered by WordPress