I try to make a deb installation package by myself, and this deb package needs to install some dependent packages, but when I execute the command "apt install" in the preinst script, I will report this error: error processing archive testDeb_1.0.0_i386.deb (--install):nd. It is held by process 28 (dpkg)
How can I install other dependent packages during the deb process?