Node support for apt #56354
-
Hi, I wanted to download node for my ubuntu server, but currently only external package managers (nvm, fnm) and prebuilt binaries are supported. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, @happybanana9 . Merry Christmas!
Download Node.js Source:
Build Node.js from source.
Install Node.js into a directory which will be used to create the .deb package.
Create the necessary files for the .deb package.
Build the .deb Package:
Now you can install the .deb package using apt.
|
Beta Was this translation helpful? Give feedback.
Hi, @happybanana9 . Merry Christmas!
You have to follow steps below to fix this issue.
Download Node.js Source:
Get the source code for the version of Node.js you want to package.
Build Node.js from source.
Install Node.js into a directory which will be used to create the .deb package.
Create the necessary files for the .deb package.