How to install Skype in Ubuntu on ARM

armskypesoftware installation

I wonder how to install and use Skype in Ubuntu (12.04) on ARM architecture (my Toshiba AC100, which originally ran Android).

I suppose there must be Skype builds for Linux on ARM: for Android, and for Maemo/Meego/Tizen.

Where can one get these builds and how to adapt them for a usual GNU/Linux system like Ubuntu?

(But, generally, I believe that we must be able to solve our problems ourselves rather than depend on the publishers of non-free software. It wouldn't be such an ugly situation if the question was about free software: we could try to adpat it for ARM and build ourselves.

Also, the Skype communication protocol is not open, posing more problems for our freedom and security.

But this question merely asks for instructions for those who need Skype working on their ARM computers, without the concerns about freedom and considerations of other VoIP protocols and software.)

Best Answer

Skype has no official support for any ARM based device, as you alreay know, you could create a debian package on your own. Extracting the meego package, repackage it with adapted paths. Use ld/ldd to get any dependencies. Be aware that this may or may not work depending on the compiler options used for skype/ubuntu (ARM ABI, hard/soft float, neon extensions, ...).

You should also be aware of license restrictions, i.e. repackaging and/or redistribution may be prohibited.

Related Question