[End User Environment] 在CentOS 安裝Spotify

Spotify 是一套串流音樂軟件, 除了在電話有app 外, 連Web, Windows 同可以享用其服務. 然而, 在Linux 中卻沒有想像中方便.在Linux 中, 除了利用wget, make 等指令外, 還有software repository 的軟件可以方便地安裝需要的軟件. 在Spotify 中, 可惜除了Ubuntu 這種dbkg based package 外, 就沒有官方支援的方法. 幸好還有第三方 repository 支援rpm based distribution. 方法如下:

  1. 加入repository 在package management 中.
    利用root 權限, 輸入以下指令:

    yum-config-manager --add-repo=https://negativo17.org/repos/epel-spotify.repo

    若使用Fedora的話, 則輸入指下指令:

    dnf config-manager --add-repo=https://negativo17.org/repos/fedora-spotify.repo
  2. 透過package management 安裝spotify.
    利用root 權限, 輸入以下指令:

    yum -y install spotify-client

     

About C.H. Ling 260 Articles
a .net / Java developer from Hong Kong and currently located in United Kingdom. Thanks for Google because it solve many technical problems so I build this blog as return. Besides coding and trying advance technology, hiking and traveling is other favorite to me, so I will write down something what I see and what I feel during it. Happy reading!!!

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.