Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Files

Latest commit

ea25180 · Jun 8, 2017

History

History
15 lines (10 loc) · 1.34 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.34 KB

Node.js_logo

GitHub repository size GitHub license GitHub version

Unofficial Node.js repository with .deb packages from the latest official .tar.gz stable releases. This facilitates installing Node.js on Debian systems like Ubuntu, Linux Mint, Kali Linux, etc.

Download and Install Node.js from .deb package

To download the .deb package, go to releases section and download the latest version of it. Install with a package installer like GDebi or enter the following command in a Terminal (in the folder where is the downloaded file):

sudo dpkg -i nodejs-unofficial-stable_ver.si.on_arq.deb
(replace ver.si.on with the downloaded application version number and arq with your SO's architecture)