Last active
April 6, 2017 08:40
-
-
Save sevkin/074f0c84cbb8071cf142 to your computer and use it in GitHub Desktop.
Install skype on ubuntu 14.04 amd64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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