How to install Skype on Arch Linux
- $ wget https://aur.archlinux.org/cgit/aur.git/snapshot/skypeforlinux-bin.tar.gz
- $ tar zxf skypeforlinux-bin.tar.gz
- $ cd skypeforlinux-bin
- $ makepkg -s
Install dependencies manually if you do not have sudo
The step that often fails is makepkg -s, which would install dependencies for the package. Questo comando richiede sudo che non è installato di default su Arch. Un'altra opzione è quella di installare semplicemente le dipendenze a mano prima di eseguire makepkg. La pagina dei pacchetti AUR elenca le dipendenze e tutte sono disponibili dai repository predefiniti (non ci sono dipendenze AUR per skype).
Questo risulta in skypeforlinux-bin-1.x.x.x-x86_64.pkg.tar.xz (non c'è supporto per i386 in questo pacchetto, x.x.x.x sta per la versione corrente del pacchetto). The install it as root.
- # pacman -U /path/to/package/skypeforlinux-bin-1.x.x.x-x86_64.pkg.tar.xz
Yet, and that is a very bit yet, the skype AUR package breaks often. La gente sostiene che è a causa del fatto che Microsoft rielabora troppo spesso il protocollo senza retrocompatibilità, o che il pacchetto Debian fornito da skype/microsoft non è mai aggiornato all'attuale skype. You can see a huge discussion about that on the AUR skype package page, in the comments.
As an Arch user what I do to use skype (and I do it only if I must) is that I install chromium:
- pacman -S chromium
And the skype plugin for it.
Or even use the web app with:
- chromium --app=https://web.skype.com