How to use dpkg of busybox
- by Daniel YC Lin
I'm trying to install pkg in a limited space embedded system.
I use busybox's dpkg.
To let dpkg work, I just touch a file
touch /var/lib/dpkg/status
But, it still can not work.
$dpkg -i ntpdate_4.2.4p4+dfsg-8lenny3_sh4.deb
dpkg: package ntpdate depends on netbase, which is not installed or flagged to be installed
How to flag the netbase as installed?