Why is nvm not packaged in the ubuntu repositories?

$ sudo apt-get install nvm
…
E: Unable to locate package nvm

Installation instructions usually involve running random scripts from GitHub (curl | bash), instead of using the well-known apt-get, yum or equivalent for other distributions.

Why isn't nvm packaged for Ubuntu?

I guess there must be a technical reason since nvm is a common piece of software, like a licensing issue or something like this, so I'm curious to know why it cannot be packaged. I searched online for a package and for a reason, but didn't get any useful result.

2

1 Answer

As per , it seems that the author(s) of nvm (the Node.JS Version Manager) strongly opposes to packaging nvm using distribution's standard package management tools, and prefer to roll their own solution.

This most likely didn't motivate people to package the tool.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like