Skip to content

Instantly share code, notes, and snippets.

@sevkin
Last active April 6, 2017 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sevkin/074f0c84cbb8071cf142 to your computer and use it in GitHub Desktop.
Save sevkin/074f0c84cbb8071cf142 to your computer and use it in GitHub Desktop.
Install skype on ubuntu 14.04 amd64
https://web.skype.com <- all what you need
# dpkg --add-architecture i386
# add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
# add-apt-repository ppa:skype-wrapper/ppa
# apt-get update
# apt-get install skype skype-wrapper sni-qt:i386
# apt-mark auto sni-qt:i386
# apt-get install gtk2-engines-murrine:i386 gtk2-engines-pixbuf:i386
# TODO add app-arrmor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment