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.conf
pliku. 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.
arch-linux
software-installation
pacman
skype
Yoseph Alabdulwahab
źródło
źródło
yaourt skype
. Czy maszyaourt
zainstalowany lub podobny klient AUR?Odpowiedzi:
Używasz poprawnie pakietu Skype AUR . Postępuj zgodnie ze
makepkg
ścieżką instalowania pakietów AUR (nie przyzwyczajaj się do rzeczy takich jakyaourt
dbanie o bezpieczeństwo swojego komputera).Krok, który często kończy się niepowodzeniem
makepkg -s
, polega na zainstalowaniu zależności dla pakietu. To polecenie wymaga,sudo
który nie jest domyślnie instalowany w Arch. Inną opcją jest po prostu ręczne zainstalowanie zależności przed uruchomieniemmakepkg
. 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 dlai386
tego pakietu, xxxx oznacza aktualną wersję pakietu). Zainstaluj go jako root.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
:I wtyczka skype do tego.
Lub nawet użyj aplikacji internetowej z:
źródło
skypeforlinux-stable-bin
zamiastaurman
zamiastyaourt
, ponieważ jest to oficjalnie obsługiwane przez arch, chociaż repozytorium github przestało przyjmować błędy i PR,aurman
rozwój odbywa się prywatnie.skypeforlinux-stable-bin
Zamiast tego użyj , jak już powiedział @OverCoder.alias skype='chromium --app=https://web.skype.com'
swoje.bashrc
;-)