I'm using iMX6S-wandboard. Currently, my distro isn't install dpkg package. So I can't install any file *.deb normally. But I don't know exactly what I need to complete. This is a way and it's not working.
As I refer some materials, I can use ar
command to extract it. And the output are data.tar.xz, control.tar.gz and debian-binary. I can't use apt-get install
too.
This is an example. I trying to install dpkg-dev packages. the build-essential require it to install. The last target is install gcc.
I extract data.tar.xz and get etc, usr folders. I copied file and folder inside to folder corresponding in my system.
Then I extract control.tar.gz and get conffiles, control, md5sums and preinst. I tried to execute preinst file but I got error:
./preinst called with unknown argument `'
Edit the file make no effect.
So, someone have any way or tip, trick ?
Thank you so much,
Toan