View Single Post
Old 05-30-2013, 04:53 AM   #8
Lucas Malor
Pain in the arse
Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.
 
Lucas Malor's Avatar
 
Posts: 758
Karma: 77856
Join Date: Apr 2013
Device: Kobo Aura One, Kindle 4
Quote:
Originally Posted by BWinmill View Post
As for the apt tricks, an ubuntu site suggested:

apt-get download package:architecture
Well, indeed it seems Ubuntu have armel binaries in its repository, but on its repo site it shows only intel 32 or amd 64 bit binaries

Anyway I don't know if apt-get download will get all dependencies. MAN says:

Code:
download
           download will download the given binary package into the current
           directory.
I think you have to do instead:

Code:
mkdir PACKAGE
cd PACKAGE
sudo apt-get clean
sudo apt-get --download-only install PACKAGE:armel
cp /var/cache/apt/archives/*.deb ./
as suggested by Stack Overflow guys (geeks' God bless SO).

Last edited by Lucas Malor; 05-30-2013 at 05:01 AM.
Lucas Malor is offline   Reply With Quote