1
I'm running a rather restricted virtual ubuntu environment on a virtualization platform that doesn't yet support networking. I need to benchmark a compilation, but my guest does not have build-essential installed. I'd like to perform an installation from a .deb, but I'm going to have to pull down all the required packages as well.
To make matters worse, my host is x86, but my guest is ARM. Can I do something like the following: tell apt-get to pretend that a certain set of packages is already installed, pull down the required .debs, and pretend like it's working on an ARM system?
This is a tall order, I know, so help with any part of this chain would be appreciated.
This should work in your case too: http://askubuntu.com/a/63504/53158
– None – 2012-04-17T16:27:23.043