AURパッケージを使用してSkypeをインストールするには、次の手順を実行しました。
wget https://aur.archlinux.org/cgit/aur.git/snapshot/skypeforlinux-bin.tar.gz
tar zxf skypeforlinux-bin.tar.gz
cd skypeforlinux-bin
makepkg -s
出力は次のとおりです
==> Making package: skypeforlinux-bin 8.6.76.56247-1 (Fri Sep 8 10:11:48 -03 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found skypeforlinux_8.6.76.56247_amd64.deb
==> Validating source files with sha256sums...
skypeforlinux_8.6.76.56247_amd64.deb ... Passed
==> Extracting sources...
-> Extracting skypeforlinux_8.6.76.56247_amd64.deb with bsdtar
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issue...
==> Creating package "skypeforlinux-bin"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: skypeforlinux-bin 8.6.76.56247-1 (Fri Sep 8 10:13:39 -03 2017)
今Skypeをどのように実行しますか?コマンドskype
のようなものを検索してみましたが、何も出ていなかったからです。
助けてください?ありがとうございます!
ベストアンサー1
パッケージ(makepkg -s
)をビルドしましたが、まだインストールしていないため、当然実行できません。
pacman -Q skypeforlinux-bin
まだインストールされていないことを確認してください。
出力にはmakepkg
以下も表示されます。
==>完了:skypeforlinux-bin 8.6.76.56247-1(2017年9月8日金曜日10:13:39 -03)
〜のようにAURのWikiページmakepkg -i
明確にするには、ビルドしたパッケージをインストールする必要があります。
この時点で再ビルドするか、より簡単にビルドされたパッケージがある限り、pacmanを使用します。
sudo pacman -U $package_name.pkg.tar.xz