QNA > H > How To Install Skype On Arch Linux

How to install Skype on Arch Linux

  1. $ wget https://aur.archlinux.org/cgit/aur.git/snapshot/skypeforlinux-bin.tar.gz 
  2. $ tar zxf skypeforlinux-bin.tar.gz 
  3. $ cd skypeforlinux-bin 
  4. $ 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.

  1. # 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:

  1. pacman -S chromium 

And the skype plugin for it.

Or even use the web app with:

  1. chromium --app=https://web.skype.com 

Di Lauralee Sansone

Come scaricare la vecchia versione di Skype :: Come clonare i file, le applicazioni e i giochi del mio telefono Android 4.4 (e i loro progressi) su un telefono Android più recente
Link utili