View Single Post
aflegg's Avatar
Posts: 1,463 | Thanked: 81 times | Joined on Oct 2005 @ UK
#33
Originally Posted by Godfrey
Precompiled binary packages, that you can just pull down and install through something like apt-get, without having to compile the source in scratchbox yourself?
Yes - however, at the moment it's a case of dpkg -x somepkg.deb /var/lib/install (and for all the required dependencies). This could be optimised, however, by install apt and configuring packages which are already present in the device (e.g. libc6 etc.)

I've used this to install Perl, screen (including its dependent ncurses) and a few other command line bits & bobs without recompiling them in Scratchbox.

If you've got root access, you can change /var/lib/install to just / and avoid any problems with config files etc. (no pun intended)

Last edited by aflegg; 2006-02-02 at 22:06. Reason: Added quote