1. Skype in GNU/Debian AMD64

    Mon 18 February 2013
    By Felipe Reyes

    How to install Skype in Debian amd64

    • Check if your system has i386 arch support enabled
    $ dpkg --print-foreign-architectures
    i386
    
    • If you don't have i386 support enable it with the following commands:
    # dpkg --add-architecture i386
    # apt-get update
    
    • Then install the skype's dependencies with the following command:
    # apt-get install libqtgui4:i386 \
          libqtwebkit4 …