-4

I'm new to Linux and Ubuntu.

I'm looking some software to add on into the OS like:

  • Mongodb
  • Node 12.18.1
  • Npm 6.14.4
  • Nginx 1.17.10
  • Pm2 4.4.0

Is the above applications free or chargeable?

Artur Meinild
  • 26,018

1 Answers1

2

A lot of it depends on which version you are using. Take for example NGINX - there is the open-source version of NGINX and NGINX Plus which does have some cost for a license/support. I would say it is a fairly safe assumption that most packages included in GNU/Linux based distros are going to the be free and or open-source versions.

A couple of quick Google searches could have yielded the results you were looking for:

So TL;DR essentially there is some cost with some of the software you plan on using, but using the distribution provided versions is most likely not going to cost anything.

Hope this helps.