@Rahul-Das said in Selling a GPL/LGPL software as a company:
How the end user gets the dependency libs - well - could be through a repository ? or distribution by the you (company) ?
As long as the libs are not changed (which is normally the case - unless you recompile it), what's the problem ?
This has been discussed over and over again: You need to have the source code of the exact version of the LGPL library you used. And it is not sufficient to link to someone else hosting the code. You must have control over the source. You can host it yourself and maybe you could also have your own repository on GITHub or similar.
@Volker75 said in Selling a GPL/LGPL software as a company:
Well, the initial question was about selling GPL (and LGPL) software.
Nothing is preventing you from selling software under the GPL (as long as you also provide the source code, which is not what the OP wants). However, you cannot in any way restrict what the customer does with the software afterwards. He is allowed to sell it, too. He is also allowed to give it away for free. This hardly makes it a viable business strategy. Linux is GPL and SUSE and RedHat are selling Linux. It mostly works for them because of the support they are selling together with the product.