Skip to content

Instantly share code, notes, and snippets.

@fornarat
Created August 2, 2014 15:36
Show Gist options
  • Save fornarat/2b2a7a4e627cf2c92ac4 to your computer and use it in GitHub Desktop.
Save fornarat/2b2a7a4e627cf2c92ac4 to your computer and use it in GitHub Desktop.
#Uninstall
sudo apt-get remove skype skype-bin:i386 skype:i386
sudo apt-get install sni-qt:i386
#Install
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install gdebi
wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment