GNU/Linux >> Linux の 問題 >  >> Ubuntu

Ubuntu 14.04LTSLinuxへのSpotifyクライアントのインストール

この短い設定では、Ubuntu 14.04LTSLinuxにSpotifyクライアントをインストールする方法を示します。 Spotifyリポジトリを追加することから始めましょう:

echo 'deb http://repository.spotify.com stable non-free' >> /etc/apt/sources.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 13B00F1FD2C19886
apt-get update

キーが見つからないというエラーメッセージが表示された場合は、上記のキーをエラーメッセージに記載されているキーと交換してください。 apt-getを使用してspotifyをインストールします 以下に示すコマンド:

# apt-get install spotify-client

インストールが完了したら、ターミナルからspotifyを実行して、考えられるエラーをキャッチします。

$ spotify

<中央>

トラブルシューティング

libpangoxft-1.0-0をインストールします 以下のエラーメッセージが表示された場合のパッケージ:

spotify: error while loading shared libraries: libpangoxft-1.0.so.0: cannot open shared object file: No such file or directory

libpangoxft-1.0-0のインストール パッケージ:

# apt-get install libpangoxft-1.0-0

Ubuntu
  1. Ubuntu18.04LTSおよびLinuxMintにChromiumをインストールします

  2. Ubuntu20.04LTSにPencil2Dアニメーションをインストールする

  3. Ubuntu20.04LinuxにSpotifyをインストールする方法

  1. Ubuntu18.04LTSにSpotifyをインストールする方法

  2. Ubuntu 18.04 LTS/17.10およびUbuntu16.04にSpotifyをインストールする方法

  3. LinuxKernel4.7.2をUbuntu16.04LTSにインストールする方法

  1. Ubuntu 22.04 LTSJammyLinuxにBrewをインストールする

  2. Ubuntu 22.04LTSLinuxにZoomクライアントをインストールする方法

  3. UbuntuLinuxにWeChatクライアントをインストールする方法