Installing Skype on 64-bit Ubuntu 12.04 LTS (Precise) / Debian Wheezy / Debian Jessie

Uncategorized , , , 1 Comment
  1. Download one of Ubuntu 12.04 (multiarch) or Debian 7.0 (multiarch) version from the Skype download page.
  2. Add the i386 architecture to your package manager:
    sudo dpkg --add-architecture i386
  3. Update your package list:sudo apt-get update
  4. Try installing the Skype package – will fail on dependency tests, that’s normal!:sudo dpkg -i Downloads/skype-<version>_i386.deb
  5. Fix the dependencies and then install the Skype package:
    sudo apt-get -f install
  6. Profit.

One thought on “Installing Skype on 64-bit Ubuntu 12.04 LTS (Precise) / Debian Wheezy / Debian Jessie

Leave a Reply to Viktor Szépe Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.