Thursday, March 7, 2013

Skype on Debian 7 "Wheezy" amd64

Please comment if it worked for you

Regards

#!/bin/bash
# Download http://www.skype.com/en/download-skype/skype-for-linux/downloading/?type=debian32
wget -c 'http://download.skype.com/linux/skype-debian_4.1.0.20-1_i386.deb'
# Try to install (it will fail)
dpkg -i --force-architecture skype-debian_4.1.0.20-1_i386.deb
# Add i386 architecture to the system
dpkg --add-architecture i386
# Update package lists
apt-get update
# Install and resolve dependencies
apt-get -f install
printf "= ^ . ^ ="

--
= ^ . ^ =

4 comments:

  1. I can't believe that this really worked! Thanks :D

    ReplyDelete
  2. printf "= ^ . ^ =" works for me :)

    all other things too)

    ReplyDelete
  3. Great Work!!! Your post is handsomely written. I really impressed by your post. Keep up the amazing work.
    More info:- Skype Technical Support

    ReplyDelete