Hello,
My question is about dependency checks for the DEB package.
Using a third-party install generation tool, I created a .DEB installation package for my application.
There are several dependencies that are required to be present on user’s Linux OS for my application to run properly. Specifically, “make”, and several “.so” libraries from libgcc, like libgcc.so,libc.so, etc.
Not all of our users may have required dependencies installed prior to running my package installer.
This third-party installer tool that I used, generates DEB package, but does not include dependency checks.
As members of the Debian community, could you please comment on how a custom .DEB package without dependency checks may be received by Linux-Debian users?
Is it acceptable enough to deliver .DEB for a custom application
that does not check dependencies?
Or is it uncommon enough to ‘anger’ Linux users?
Thank you.