Jak zainstalować Skype na Arch


11

Szukałem wszędzie i nic nie działało. Właśnie próbuję zainstalować skype.

Próbowałem sprawdzić, czy jest w repozytoriach, ale nie znalazłem. Więc nie poszedłem na stronę skype i znalazłem wersję linux, ale nie wiedziałem, jak ją zainstalować po rozpakowaniu pliku tar.

Następnie spróbowałem otworzyć AUR i znalazłem skype. Ale kiedy próbowałem uruchomić makepkg, dostaję

==> ERROR: PERMISSION was not found in the build directory and is not a URL.

Próbowałem rozejrzeć się za rozwiązaniami, ale nic nie znalazłem. Każdy znaleziony wątek prosi o potwierdzenie /etc/pacman.confpliku. Co zrobiłem i upewniłem się, że mam dołączony multilib

/etc/pacman.conf

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

Rozejrzałem się, nie mogę znaleźć żadnego rozwiązania.


Chyba tak yaourt skype. Czy masz yaourtzainstalowany lub podobny klient AUR?
ddnomad

Odpowiedzi:


16

Używasz poprawnie pakietu Skype AUR . Postępuj zgodnie ze makepkgścieżką instalowania pakietów AUR (nie przyzwyczajaj się do rzeczy takich jak yaourtdbanie o bezpieczeństwo swojego komputera).

$ wget https://aur.archlinux.org/cgit/aur.git/snapshot/skypeforlinux-bin.tar.gz
$ tar zxf skypeforlinux-bin.tar.gz
$ cd skypeforlinux-bin
$ makepkg -s  # or install dependencies manually if you do not have sudo

Krok, który często kończy się niepowodzeniem makepkg -s, polega na zainstalowaniu zależności dla pakietu. To polecenie wymaga, sudoktóry nie jest domyślnie instalowany w Arch. Inną opcją jest po prostu ręczne zainstalowanie zależności przed uruchomieniem makepkg. Strona pakietu AUR zawiera listę zależności i wszystkie są dostępne z domyślnych repozytoriów (nie ma zależności AUR dla skype).

Powoduje to skypeforlinux-bin-1.x.x.x-x86_64.pkg.tar.xz(brak wsparcia dla i386tego pakietu, xxxx oznacza aktualną wersję pakietu). Zainstaluj go jako root.

# pacman -U /path/to/package/skypeforlinux-bin-1.x.x.x-x86_64.pkg.tar.xz

A jednak jest to jeszcze trochę , pakiet AUR skype często się psuje. Ludzie twierdzą, że dzieje się tak z powodu zbyt częstego przerabiania protokołu przez Microsoft bez wstecznej kompatybilności lub że pakiet Debiana dostarczany przez skype / microsoft nigdy nie jest aktualny do rzeczywistego skype. Ogromną dyskusję na ten temat można znaleźć na stronie pakietu skype AUR w komentarzach.

Jako użytkownik Arch robię to, aby korzystać ze skype (i robię to tylko wtedy, gdy muszę), instalując chromium:

pacman -S chromium

I wtyczka skype do tego.

Lub nawet użyj aplikacji internetowej z:

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

Dziękuję Ci. To bardzo pomogło. Wcześniej utknąłem w części zależności, ale to wyjaśnia cały proces instalacji z AUR. Ratujesz życie.
Yoseph Alabdulwahab

3
Należy użyć skypeforlinux-stable-binzamiast
OverCoder

1
Aby zaktualizować powyższą odpowiedź, użyj aurmanzamiast yaourt, ponieważ jest to oficjalnie obsługiwane przez arch, chociaż repozytorium github przestało przyjmować błędy i PR, aurmanrozwój odbywa się prywatnie. skypeforlinux-stable-binZamiast tego użyj , jak już powiedział @OverCoder.
Subroto

1
A dla tych z nas jak ja, którzy nie pamiętają polecenia, dodajcie alias skype='chromium --app=https://web.skype.com'swoje .bashrc;-)
Alexis,

1
@ thephoenix01 użyj czegoś takiego jak „yay”
OverCoder
Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.