Skip to content

Unofficial Node.js repository with .deb packages from official .tar.gz precompiled stable releases.

License

Notifications You must be signed in to change notification settings

deadlocking/Node.js-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)