KoalaをLinux Min…
Spotifyをlinux mint 18に入れる
1. Add the Spotify repository signing key to be able to verify downloaded packages
1 | sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886 |
2. Add the Spotify repository
1 | echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list |
3. Update list of available packages
1 | sudo apt-get update |
4. Install Spotify
1 | sudo apt-get install spotify-client |
これで完成だー! すごいねSpotify。
ディスカッション
コメント一覧
まだ、コメントがありません