What I'm trying to do:
Create an SFS/squashfs and then an AppImage with all the dependencies included (don't care about the big size).
So far
apt2sfs /package manager doesn't help so at them moment I'm trying manually run ldd and include all the libs results in my file (by copying them from my /lib ,/usr/lib or by downloading them)
Is there a way to grab all the deps that LDD command returns and download them somehow; (Apt2sfs and package manager won't help).
An example result of :ldd chrome" is here