Node support for apt #4595
|
Hi, I wanted to download node for my ubuntu server, but currently only external package managers (nvm, fnm) and prebuilt binaries are supported. |
Answered by
thinkingdev9
Dec 25, 2024
Replies: 0 comments 1 reply
|
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. |
0 replies
Answer selected by
happybanana9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.