나는 모든 곳을 보았지만 아무것도 작동하지 않습니다. Skype를 설치하고 싶습니다.
저장소에 있는지 확인하려고 했지만 찾을 수 없습니다. 그래서 스카이프 홈페이지에 가서 리눅스 버전을 찾았는데, tar 파일의 압축을 푼 후 설치하는 방법을 몰랐습니다.
그런 다음 AUR을 살펴보고 Skype를 찾았습니다. 하지만 makepkg를 실행하려고 하면 다음과 같은 문제가 발생합니다.
==> ERROR: PERMISSION was not found in the build directory and is not a URL.
해결책을 찾아보았으나 아무것도 찾을 수 없었습니다. 내가 찾은 모든 스레드는 /etc/pacman.conf
파일을 확인하도록 요청합니다. 나는 그렇게 했고 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
나는 온통 살펴 보았지만 해결책을 찾을 수없는 것 같습니다.
답변1
올바르게 사용하셨네요스카이프 AUR 플랜. makepkg
설치경로에 맞춰 설치 해주세요AUR 패키지yaourt
(기계의 안전에 관심이 있다면 이와 같은 것에 익숙해지지 마십시오).
$ 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
자주 실패하는 단계는 makepkg -s
패키지의 종속성을 설치하는 것입니다. 이 명령에는 sudo
Arch에 기본적으로 설치되지 않는 명령이 필요합니다. 또 다른 옵션은 를 실행하기 전에 종속성을 수동으로 설치하는 것입니다 makepkg
. AUR 패키지 페이지에는 기본 저장소에서 사용할 수 있는 종속성이 모두 나열됩니다(Skype에는 AUR 종속성이 없음).
결과적으로 skypeforlinux-bin-1.x.x.x-x86_64.pkg.tar.xz
(이 패키지에서는 지원되지 않습니다 i386
. xxxx는 패키지의 현재 버전을 나타냅니다.) 루트로 설치하십시오.
# pacman -U /path/to/package/skypeforlinux-bin-1.x.x.x-x86_64.pkg.tar.xz
다만, 이건 좀하지만, Skype AUR 패키지가 손상되는 경우가 많습니다. 이는 Microsoft가 이전 버전과의 호환성 없이 프로토콜을 자주 재설계하거나 Skype/Microsoft에서 제공하는 데비안 패키지가 실제 Skype로 업데이트되지 않기 때문이라고 생각됩니다. AUR Skype 패키지 페이지의 댓글에서 이 문제에 대한 많은 토론을 볼 수 있습니다.
Arch 사용자로서 제가 Skype로 수행하는 작업은 다음과 같습니다 chromium
.
pacman -S chromium
게다가스카이프 플러그인그것을 위해.
또는 웹 앱을 사용할 수도 있습니다.
chromium --app=https://web.skype.com