How to install apt-get on a busybox embedded system?

Posted by Daniel YC Lin on Server Fault See other posts from Server Fault or by Daniel YC Lin
Published on 2012-11-24T07:29:10Z Indexed on 2013/11/02 9:56 UTC
Read the original article Hit count: 353

Filed under:
|

My embedded system is for sh4 CPU. The debian distribution may get on http://www.si-linux.co.jp/pub/debian-sh/lenny-sh4/

I get the apt*.deb and extract the data.tar.gz. After setup the /etc/apt/sources.list, I could do 'apt-get update'. But it missing dependency when I try to run 'apt-get install ntpdate'. Is there any method to let apt-get ignore some base packages? Because those package is build by my original embedded system.(eg. busybox).

© Server Fault or respective owner

Related posts about apt

Related posts about busybox