But, skype on ubuntu can't support Video.
-
Install 32-bit libraries: sudo aptitude install lib32asound2 ia32-libs-gtk ia32-libs-kde
-
Download the Ubuntu package (
http://skype.com/download/skype/linux/) -
Install skype: sudo dpkg -i --force-architecture <the_package>
-
Determine if missing any additional 32bit libs: ldd /usr/bin/skype | grep not
-
Search and download the missing 32bit (i386) libs. (Hint
libdbus-1.3,
libqt4-core,
libqt4-gui,
libsigc++-2.0)
-
Extract the downloaded *.deb files: dpkg-deb --extract <package> <targetdir>
-
Copy the necessary library files from the extracted packages to /lib32: sudo cp -i <targetdir>/usr/lib/* /lib32/