How to use dpkg of busybox
Posted
by
Daniel YC Lin
on Server Fault
See other posts from Server Fault
or by Daniel YC Lin
Published on 2012-11-24T03:31:08Z
Indexed on
2012/11/24
5:07 UTC
Read the original article
Hit count: 504
busybox
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?
© Server Fault or respective owner