Skip to content

Instantly share code, notes, and snippets.

@63phc
Created November 17, 2016 04:00
Show Gist options
  • Save 63phc/e08536e488346943faab87f7eeb0a04c to your computer and use it in GitHub Desktop.
Save 63phc/e08536e488346943faab87f7eeb0a04c to your computer and use it in GitHub Desktop.
Below commands will install Skype from Ubuntu's partner repository:
$ sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
$ sudo dpkg --add-architecture i386
$ sudo apt-get update
$ sudo apt-get install skype
Skype should now be installed on you Ubuntu 16.04 system. Use Ubuntu's application menu to start Skype or start Skype directly from your terminal:
$ skype
more->https://linuxconfig.org/how-to-install-skype-on-ubuntu-16-04-xenial-xerus-linux-64-bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment